InterfacePointAttribute 클래스
인터페이스 바인딩 멤버 정의를 위한 특성
상속된 멤버
네임스페이스: VagabondK.Interface.Abstractions
어셈블리: VagabondK.Interface.Abstractions.dll
구문
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = true)]
public abstract class InterfacePointAttribute : Attribute
속성
이름 | 설명 |
---|---|
Mode | 인터페이스 모드 |
RollbackOnSendError | 보내기 오류가 발생할 때 값 롤백 여부 |
메서드
이름 | 설명 |
---|---|
OnCreatePoint(MemberInfo, InterfaceAttribute) | 인터페이스 포인트 생성시 호출되는 메서드 |