C# 클래스 DtaSpy.BizTalkContextProperty

파일 보기 프로젝트 열기: niik/DtaSpy 1 사용 예제들

공개 메소드들

메소드 설명
BizTalkContextProperty ( ) : System
BizTalkContextProperty ( string ns, string name, object value ) : System
BizTalkContextProperty ( string ns, string name, object value, PropertyType propertyType ) : System
ToString ( ) : string

메소드 상세

BizTalkContextProperty() 공개 메소드

public BizTalkContextProperty ( ) : System
리턴 System

BizTalkContextProperty() 공개 메소드

public BizTalkContextProperty ( string ns, string name, object value ) : System
ns string
name string
value object
리턴 System

BizTalkContextProperty() 공개 메소드

public BizTalkContextProperty ( string ns, string name, object value, PropertyType propertyType ) : System
ns string
name string
value object
propertyType PropertyType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string