Property | Type | Description | |
---|---|---|---|
size | int |
Method | Description | |
---|---|---|
AddDataModifiedHandler ( EventHandler handler ) : void | ||
Data ( Project p, string command, IEnumerable |
||
Detach ( ) : void | ||
GetIntValue ( int i ) : int | ||
GetIntValue ( string s ) : int | ||
GetNumValues ( ) : int | ||
GetString ( ) : string | ||
GetValue ( int i ) : string | ||
GetValue ( string s ) : string | ||
GetValueReference ( string name ) : |
||
GetValueReferenceGroup ( ) : |
||
GetValueReferences ( ) : IList |
||
InsertIntoParserAfter ( |
||
InsertIntoParserBefore ( |
||
InsertValue ( int i, string value, int priorSpaces = 1 ) : void | ||
RemoveDataModifiedHandler ( EventHandler handler ) : void | ||
RemoveValue ( int i ) : void | ||
SetByteValue ( int i, byte value ) : void | ||
SetNumValues ( int n ) : void | ||
SetValue ( int i, string value ) : void | ||
SetValue ( string s, int i ) : void | ||
SetValue ( string s, string value ) : void | ||
SetValueReferences ( IList |
||
SetWordValue ( int i, int value ) : void | ||
ThrowException ( |
Method | Description | |
---|---|---|
GetSpacingIndex ( int i ) : string |
public AddDataModifiedHandler ( EventHandler handler ) : void | ||
handler | EventHandler | |
return | void |
public Data ( Project p, string command, IEnumerable |
||
p | Project | |
command | string | |
values | IEnumerable |
|
size | int | |
parser | ||
spacing | IList |
|
return | System |
public GetValueReference ( string name ) : |
||
name | string | |
return |
public GetValueReferenceGroup ( ) : |
||
return |
public InsertIntoParserAfter ( |
||
reference | ||
return | void |
public InsertIntoParserBefore ( |
||
reference | ||
return | void |
public InsertValue ( int i, string value, int priorSpaces = 1 ) : void | ||
i | int | |
value | string | |
priorSpaces | int | |
return | void |
public RemoveDataModifiedHandler ( EventHandler handler ) : void | ||
handler | EventHandler | |
return | void |
public SetByteValue ( int i, byte value ) : void | ||
i | int | |
value | byte | |
return | void |
public SetValue ( int i, string value ) : void | ||
i | int | |
value | string | |
return | void |
public SetValue ( string s, string value ) : void | ||
s | string | |
value | string | |
return | void |
public SetValueReferences ( IList |
||
references | IList |
|
return | void |
public SetWordValue ( int i, int value ) : void | ||
i | int | |
value | int | |
return | void |
public ThrowException ( |
||
e | ||
return | void |