C# Class btswebdoc.CmdClient.OrchShape

Afficher le fichier Open project: riha/btswebdoc Class Usage Examples

Méthodes publiques

Свойство Type Description
Id string
MessageName string
OperationName string
PortName string
SelectionArea SelectionArea
ShapeType ShapeType
Text string
entryCount int
exitCount int

Méthodes publiques

Méthode Description
OrchShape ( ) : System
OrchShape ( string text, string id, SelectionArea selectionArea ) : System

Method Details

OrchShape() public méthode

public OrchShape ( ) : System
Résultat System

OrchShape() public méthode

public OrchShape ( string text, string id, SelectionArea selectionArea ) : System
text string
id string
selectionArea SelectionArea
Résultat System

Property Details

Id public_oe property

public string Id
Résultat string

MessageName public_oe property

public string MessageName
Résultat string

OperationName public_oe property

public string OperationName
Résultat string

PortName public_oe property

public string PortName
Résultat string

SelectionArea public_oe property

public SelectionArea,btswebdoc.CmdClient SelectionArea
Résultat SelectionArea

ShapeType public_oe property

public ShapeType ShapeType
Résultat ShapeType

Text public_oe property

public string Text
Résultat string

entryCount public_oe property

public int entryCount
Résultat int

exitCount public_oe property

public int exitCount
Résultat int