Property | Type | Description | |
---|---|---|---|
entries | BuildConfigEntryData>.SortedDictionary |
Method | Description | |
---|---|---|
AddProperty ( string name, string value ) : void | ||
Create ( string name ) : |
||
RemoveProperty ( string name ) : void | ||
RemovePropertyValue ( string name, string value ) : void | ||
RemovePropertyValueList ( string name, IEnumerable |
||
SetProperty ( string name, string value ) : void | ||
UpdateProps ( ) : void | ||
UpdateVars ( ) : void |
Method | Description | |
---|---|---|
EscapeWithQuotesIfNeeded ( string name, string value ) : string |
public AddProperty ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public static Create ( string name ) : |
||
name | string | |
return |
public RemovePropertyValue ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public RemovePropertyValueList ( string name, IEnumerable |
||
name | string | |
valueList | IEnumerable |
|
return | void |
public SetProperty ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |