C# Class DtaSpy.BizTalkContextProperty

显示文件 Open project: niik/DtaSpy Class Usage Examples

Public Methods

Method Description
BizTalkContextProperty ( ) : System
BizTalkContextProperty ( string ns, string name, object value ) : System
BizTalkContextProperty ( string ns, string name, object value, PropertyType propertyType ) : System
ToString ( ) : string

Method Details

BizTalkContextProperty() public method

public BizTalkContextProperty ( ) : System
return System

BizTalkContextProperty() public method

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

BizTalkContextProperty() public method

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

ToString() public method

public ToString ( ) : string
return string