C# 클래스 hoTools.Query.Item

Store for a Text change: - Position of change - Text of change
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 프로퍼티들

프로퍼티 타입 설명
Position int
Text String

공개 메소드들

메소드 설명
Item ( String text, int position ) : System

메소드 상세

Item() 공개 메소드

public Item ( String text, int position ) : System
text String
position int
리턴 System

프로퍼티 상세

Position 공개적으로 프로퍼티

public int Position
리턴 int

Text 공개적으로 프로퍼티

public String Text
리턴 String