Свойство | Тип | Описание | |
---|---|---|---|
definesDictionary | string>.Dictionary |
Метод | Описание | |
---|---|---|
AddDefinition ( string def, string value ) : void | ||
AddLabelToDictionaries ( |
||
CompareComponentPositions ( |
||
FileParser ( Project p, string f ) : System | ||
GetData ( string labelStr, int offset ) : |
||
GetDataLabel ( |
||
GetLabel ( string labelStr ) : |
||
GetNextFileComponent ( |
||
GetPrevFileComponent ( |
||
InsertComponentAfter ( |
||
InsertComponentBefore ( |
||
InsertParseableTextAfter ( |
||
InsertParseableTextBefore ( |
||
ParseLine ( string pureLine, int i, List |
||
RemoveFileComponent ( |
||
RemoveLabel ( string label ) : void | ||
Save ( ) : void |
public AddDefinition ( string def, string value ) : void | ||
def | string | |
value | string | |
Результат | void |
public AddLabelToDictionaries ( |
||
label | ||
Результат | void |
public CompareComponentPositions ( |
||
c1 | ||
c2 | ||
Результат | int |
public FileParser ( Project p, string f ) : System | ||
p | Project | |
f | string | |
Результат | System |
public GetData ( string labelStr, int offset ) : |
||
labelStr | string | |
offset | int | |
Результат |
public GetLabel ( string labelStr ) : |
||
labelStr | string | |
Результат |
public GetNextFileComponent ( |
||
reference | ||
Результат |
public GetPrevFileComponent ( |
||
reference | ||
Результат |
public InsertComponentAfter ( |
||
refComponent | ||
newComponent | ||
comment | string | |
Результат | bool |
public InsertComponentBefore ( |
||
refComponent | ||
newComponent | ||
comment | string | |
Результат | bool |
public InsertParseableTextAfter ( |
||
refComponent | ||
text | string | |
Результат | bool |
public InsertParseableTextBefore ( |
||
refComponent | ||
text | string | |
Результат | bool |
public ParseLine ( string pureLine, int i, List |
||
pureLine | string | |
i | int | |
fileStructure | List |
|
fileStructureComments | List |
|
Результат | void |
public RemoveFileComponent ( |
||
component | ||
Результат | void |
public RemoveLabel ( string label ) : void | ||
label | string | |
Результат | void |