C# 클래스 Marten.Transforms.Transforms

상속: ITransforms
파일 보기 프로젝트 열기: JasperFx/marten 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AllFunctions() 공개 메소드

public AllFunctions ( ) : IEnumerable
리턴 IEnumerable

For() 공개 메소드

public For ( string name ) : TransformFunction
name string
리턴 TransformFunction

Load() 공개 메소드

public Load ( TransformFunction function ) : void
function TransformFunction
리턴 void

LoadDirectory() 공개 메소드

public LoadDirectory ( string directory ) : void
directory string
리턴 void

LoadFile() 공개 메소드

public LoadFile ( string file, string name = null ) : void
file string
name string
리턴 void

LoadJavascript() 공개 메소드

public LoadJavascript ( string name, string script ) : void
name string
script string
리턴 void

Transforms() 공개 메소드

public Transforms ( StoreOptions options ) : System
options StoreOptions
리턴 System