C# Class btswebdoc.CmdClient.OrchShape

Show file Open project: riha/btswebdoc Class Usage Examples

Public Properties

Property Type Description
Id string
MessageName string
OperationName string
PortName string
SelectionArea SelectionArea
ShapeType ShapeType
Text string
entryCount int
exitCount int

Public Methods

Method Description
OrchShape ( ) : System
OrchShape ( string text, string id, SelectionArea selectionArea ) : System

Method Details

OrchShape() public method

public OrchShape ( ) : System
return System

OrchShape() public method

public OrchShape ( string text, string id, SelectionArea selectionArea ) : System
text string
id string
selectionArea SelectionArea
return System

Property Details

Id public property

public string Id
return string

MessageName public property

public string MessageName
return string

OperationName public property

public string OperationName
return string

PortName public property

public string PortName
return string

SelectionArea public property

public SelectionArea,btswebdoc.CmdClient SelectionArea
return SelectionArea

ShapeType public property

public ShapeType ShapeType
return ShapeType

Text public property

public string Text
return string

entryCount public property

public int entryCount
return int

exitCount public property

public int exitCount
return int