C# 클래스 Rabbit.Repository

Summary description for ContentStore
파일 보기 프로젝트 열기: yysun/Rabbit

Private Properties

프로퍼티 타입 설명
GetSafeId string

공개 메소드들

메소드 설명
Delete ( string id ) : void
Exists ( string id ) : bool
List ( bool>.Func filter = null ) : IEnumerable
Load ( string id ) : System.Dynamic.ExpandoObject
Repository ( string type ) : System
Save ( string id, System.Dynamic.ExpandoObject data ) : string

비공개 메소드들

메소드 설명
GetSafeId ( string id ) : string

메소드 상세

Delete() 공개 메소드

public Delete ( string id ) : void
id string
리턴 void

Exists() 공개 메소드

public Exists ( string id ) : bool
id string
리턴 bool

List() 공개 메소드

public List ( bool>.Func filter = null ) : IEnumerable
filter bool>.Func
리턴 IEnumerable

Load() 공개 메소드

public Load ( string id ) : System.Dynamic.ExpandoObject
id string
리턴 System.Dynamic.ExpandoObject

Repository() 공개 메소드

public Repository ( string type ) : System
type string
리턴 System

Save() 공개 메소드

public Save ( string id, System.Dynamic.ExpandoObject data ) : string
id string
data System.Dynamic.ExpandoObject
리턴 string