IInterfaceHandlerContainer 인터페이스
인터페이스 처리기 컨테이너
네임스페이스: VagabondK.Interface.Abstractions
어셈블리: VagabondK.Interface.Abstractions.dll
구문
public interface IInterfaceHandlerContainer : IEnumerable<InterfaceHandler>, IEnumerable
속성
| 이름 | 설명 |
|---|---|
| DefaultHandler | 기본 인터페이스 처리기를 가져옵니다. |
메서드
| 이름 | 설명 |
|---|---|
| Add(InterfaceHandler) | 인터페이스 처리기 추가 |
| CreateHandler<TValue>() | 인터페이스 처리기 생성 |
| Remove(InterfaceHandler) | 인터페이스 처리기 제거 |
| SetBinding<TValue>(object, string) | 인터페이스 바인딩 설정 |
| SetBinding<TValue>(object, string, bool) | 인터페이스 바인딩 설정 |
| SetBinding<TValue>(object, string, InterfaceMode) | 인터페이스 바인딩 설정 |
| SetBinding<TValue>(object, string, InterfaceMode, bool) | 인터페이스 바인딩 설정 |