C# 클래스 DevMentor.Context.Store.JsonStoreStrategy

상속: IStoreStrategy
파일 보기 프로젝트 열기: pmizel/DevMentor.Context.FileContext

공개 메소드들

메소드 설명
GetFileName ( Type T, string prefix = null ) : string
Load ( string contents, Type type ) : object
PreLoad ( Type type, string prefix = null ) : string
Save ( object o, Type type ) : string
ToDelete ( object o, Type type ) : string
ToUpdate ( object o, Type type ) : string

메소드 상세

GetFileName() 공개 메소드

public GetFileName ( Type T, string prefix = null ) : string
T System.Type
prefix string
리턴 string

Load() 공개 메소드

public Load ( string contents, Type type ) : object
contents string
type System.Type
리턴 object

PreLoad() 공개 메소드

public PreLoad ( Type type, string prefix = null ) : string
type System.Type
prefix string
리턴 string

Save() 공개 메소드

public Save ( object o, Type type ) : string
o object
type System.Type
리턴 string

ToDelete() 공개 메소드

public ToDelete ( object o, Type type ) : string
o object
type System.Type
리턴 string

ToUpdate() 공개 메소드

public ToUpdate ( object o, Type type ) : string
o object
type System.Type
리턴 string