C# Class hoTools.Query.Item

Store for a Text change: - Position of change - Text of change
ファイルを表示 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Properties

Property Type Description
Position int
Text String

Public Methods

Method Description
Item ( String text, int position ) : System

Method Details

Item() public method

public Item ( String text, int position ) : System
text String
position int
return System

Property Details

Position public_oe property

public int Position
return int

Text public_oe property

public String Text
return String