Méthode | Description | |
---|---|---|
AllFunctions ( ) : IEnumerable |
||
For ( string name ) : |
||
Load ( |
||
LoadDirectory ( string directory ) : void | ||
LoadFile ( string file, string name = null ) : void | ||
LoadJavascript ( string name, string script ) : void | ||
Transforms ( StoreOptions options ) : System |
public For ( string name ) : |
||
name | string | |
Résultat |
public Load ( |
||
function | ||
Résultat | void |
public LoadDirectory ( string directory ) : void | ||
directory | string | |
Résultat | void |
public LoadFile ( string file, string name = null ) : void | ||
file | string | |
name | string | |
Résultat | void |
public LoadJavascript ( string name, string script ) : void | ||
name | string | |
script | string | |
Résultat | void |
public Transforms ( StoreOptions options ) : System | ||
options | StoreOptions | |
Résultat | System |