C# 클래스 Elephanet.StoreConventions

상속: IStoreConventions
파일 보기 프로젝트 열기: YoloDev/elephanet 1 사용 예제들

공개 메소드들

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

메소드 상세

SetEntityNotFoundBehavior() 공개 메소드

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

StoreConventions() 공개 메소드

public StoreConventions ( ) : System
리턴 System

StoreConventions() 공개 메소드

public StoreConventions ( IJsonConverter jsonConverter ) : System
jsonConverter IJsonConverter
리턴 System

StoreConventions() 공개 메소드

public StoreConventions ( IJsonConverter jsonConverter, ITableInfo tableInfo ) : System
jsonConverter IJsonConverter
tableInfo ITableInfo
리턴 System