C# Class Elephanet.StoreConventions

Inheritance: IStoreConventions
Afficher le fichier Open project: YoloDev/elephanet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

StoreConventions() public méthode

public StoreConventions ( ) : System
Résultat System

StoreConventions() public méthode

public StoreConventions ( IJsonConverter jsonConverter ) : System
jsonConverter IJsonConverter
Résultat System

StoreConventions() public méthode

public StoreConventions ( IJsonConverter jsonConverter, ITableInfo tableInfo ) : System
jsonConverter IJsonConverter
tableInfo ITableInfo
Résultat System