C# Class Elephanet.StoreConventions

Inheritance: IStoreConventions
Show file Open project: YoloDev/elephanet Class Usage Examples

Public Methods

Method Description
SetEntityNotFoundBehavior ( EntityNotFoundBehavior behavior ) : void

Behavior of DocumentSession.GetById when the Entity is not found.

StoreConventions ( ) : System
StoreConventions ( IJsonConverter jsonConverter ) : System
StoreConventions ( IJsonConverter jsonConverter, ITableInfo tableInfo ) : System

Method Details

SetEntityNotFoundBehavior() public method

Behavior of DocumentSession.GetById when the Entity is not found.
public SetEntityNotFoundBehavior ( EntityNotFoundBehavior behavior ) : void
behavior EntityNotFoundBehavior
return void

StoreConventions() public method

public StoreConventions ( ) : System
return System

StoreConventions() public method

public StoreConventions ( IJsonConverter jsonConverter ) : System
jsonConverter IJsonConverter
return System

StoreConventions() public method

public StoreConventions ( IJsonConverter jsonConverter, ITableInfo tableInfo ) : System
jsonConverter IJsonConverter
tableInfo ITableInfo
return System