Property | Type | Description | |
---|---|---|---|
GetCollection | GetCollectionDelegate | ||
GetMacroValue | StringExtensions.GetMacroValueDelegate | ||
PostprocessProperty | StringExtensions.GetMacroValueDelegate | ||
PreprocessProperty | StringExtensions.GetMacroValueDelegate |
Method | Description | |
---|---|---|
GetRule ( string name = "*", string parameter = null, string @class = null, string id = null ) : |
Gets a rule by the selector criteria. If the rule doesn't exists, it creates it and adds it to the propertysheet.
|
|
HasRule ( string name = "*", string parameter = null, string @class = null, string id = null ) : bool | ||
Load ( string path ) : |
||
Parse ( string text, string originalFilename ) : |
||
Save ( string path ) : void | ||
ToString ( ) : string | ||
TryGetMember ( |
||
this ( string name ) : IEnumerable |
Method | Description | |
---|---|---|
GetIndex ( string innerMacro ) : int | ||
ProcessMacroInternal ( string value, object eachItems ) : string | ||
QuoteIfNeeded ( string val ) : string | ||
ResolveMacros ( string value, object eachItems = null ) : string |
public GetRule ( string name = "*", string parameter = null, string @class = null, string id = null ) : |
||
name | string | |
parameter | string | |
@class | string | |
id | string | |
return |
public HasRule ( string name = "*", string parameter = null, string @class = null, string id = null ) : bool | ||
name | string | |
parameter | string | |
@class | string | |
id | string | |
return | bool |
public static Load ( string path ) : |
||
path | string | |
return |
public static Parse ( string text, string originalFilename ) : |
||
text | string | |
originalFilename | string | |
return |
public TryGetMember ( |
||
binder | ||
result | object | |
return | bool |
public GetCollectionDelegate GetCollection | ||
return | GetCollectionDelegate |
public StringExtensions.GetMacroValueDelegate GetMacroValue | ||
return | StringExtensions.GetMacroValueDelegate |
public StringExtensions.GetMacroValueDelegate PostprocessProperty | ||
return | StringExtensions.GetMacroValueDelegate |