C# Class btswebdoc.CmdClient.OrchShape

ファイルを表示 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_oe property

public string Id
return string

MessageName public_oe property

public string MessageName
return string

OperationName public_oe property

public string OperationName
return string

PortName public_oe property

public string PortName
return string

SelectionArea public_oe property

public SelectionArea,btswebdoc.CmdClient SelectionArea
return SelectionArea

ShapeType public_oe property

public ShapeType ShapeType
return ShapeType

Text public_oe property

public string Text
return string

entryCount public_oe property

public int entryCount
return int

exitCount public_oe property

public int exitCount
return int