C# 클래스 Upac.Syndication.Repository

파일 보기 프로젝트 열기: 1508/upac-for-umbraco 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( Entity entity ) : void
GetAll ( ) : List
Insert ( Entity entity ) : void
Repository ( ) : System
Update ( Entity entity ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( Entity entity ) : void
entity Entity
리턴 void

GetAll() 공개 메소드

public GetAll ( ) : List
리턴 List

Insert() 공개 메소드

public Insert ( Entity entity ) : void
entity Entity
리턴 void

Repository() 공개 메소드

public Repository ( ) : System
리턴 System

Update() 공개 메소드

public Update ( Entity entity ) : void
entity Entity
리턴 void