InterfaceBinding 생성자
소스 보기InterfaceBinding()
생성자
선언
public InterfaceBinding()
InterfaceBinding(InterfaceMode)
생성자
선언
public InterfaceBinding(InterfaceMode mode)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
InterfaceMode | mode | 인터페이스 모드 |
InterfaceBinding(bool)
생성자
선언
public InterfaceBinding(bool rollbackOnSendError)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
bool | rollbackOnSendError | 보내기 오류가 발생할 때 값 롤백 여부 |
InterfaceBinding(InterfaceMode, bool)
생성자
선언
public InterfaceBinding(InterfaceMode mode, bool rollbackOnSendError)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
InterfaceMode | mode | 인터페이스 모드 |
bool | rollbackOnSendError | 보내기 오류가 발생할 때 값 롤백 여부 |
InterfaceBinding(object, string)
생성자
선언
public InterfaceBinding(object target, string memberName)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
object | target | 바인딩 타켓 객체 |
string | memberName | 바인딩 멤버 이름 |
InterfaceBinding(object, string, InterfaceMode)
생성자
선언
public InterfaceBinding(object target, string memberName, InterfaceMode mode)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
object | target | 바인딩 타켓 객체 |
string | memberName | 바인딩 멤버 이름 |
InterfaceMode | mode | 인터페이스 모드 |
InterfaceBinding(object, string, bool)
생성자
선언
public InterfaceBinding(object target, string memberName, bool rollbackOnSendError)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
object | target | 바인딩 타켓 객체 |
string | memberName | 바인딩 멤버 이름 |
bool | rollbackOnSendError | 보내기 오류가 발생할 때 값 롤백 여부 |
InterfaceBinding(object, string, InterfaceMode, bool)
생성자
선언
public InterfaceBinding(object target, string memberName, InterfaceMode mode, bool rollbackOnSendError)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
object | target | 바인딩 타켓 객체 |
string | memberName | 바인딩 멤버 이름 |
InterfaceMode | mode | 인터페이스 모드 |
bool | rollbackOnSendError | 보내기 오류가 발생할 때 값 롤백 여부 |