C# 클래스 btswebdoc.CmdClient.OrchShape

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

공개 프로퍼티들

프로퍼티 타입 설명
Id string
MessageName string
OperationName string
PortName string
SelectionArea SelectionArea
ShapeType ShapeType
Text string
entryCount int
exitCount int

공개 메소드들

메소드 설명
OrchShape ( ) : System
OrchShape ( string text, string id, SelectionArea selectionArea ) : System

메소드 상세

OrchShape() 공개 메소드

public OrchShape ( ) : System
리턴 System

OrchShape() 공개 메소드

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

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string

MessageName 공개적으로 프로퍼티

public string MessageName
리턴 string

OperationName 공개적으로 프로퍼티

public string OperationName
리턴 string

PortName 공개적으로 프로퍼티

public string PortName
리턴 string

SelectionArea 공개적으로 프로퍼티

public SelectionArea,btswebdoc.CmdClient SelectionArea
리턴 SelectionArea

ShapeType 공개적으로 프로퍼티

public ShapeType ShapeType
리턴 ShapeType

Text 공개적으로 프로퍼티

public string Text
리턴 string

entryCount 공개적으로 프로퍼티

public int entryCount
리턴 int

exitCount 공개적으로 프로퍼티

public int exitCount
리턴 int