C# Class Marten.Transforms.Transforms

Inheritance: ITransforms
Afficher le fichier Open project: JasperFx/marten Class Usage Examples

Méthodes publiques

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

Method Details

AllFunctions() public méthode

public AllFunctions ( ) : IEnumerable
Résultat IEnumerable

For() public méthode

public For ( string name ) : TransformFunction
name string
Résultat TransformFunction

Load() public méthode

public Load ( TransformFunction function ) : void
function TransformFunction
Résultat void

LoadDirectory() public méthode

public LoadDirectory ( string directory ) : void
directory string
Résultat void

LoadFile() public méthode

public LoadFile ( string file, string name = null ) : void
file string
name string
Résultat void

LoadJavascript() public méthode

public LoadJavascript ( string name, string script ) : void
name string
script string
Résultat void

Transforms() public méthode

public Transforms ( StoreOptions options ) : System
options StoreOptions
Résultat System