C# 클래스 Subtext.Framework.Enclosures

파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
Create ( Enclosure enclosure ) : int
Delete ( int enclosureId ) : bool
Update ( Enclosure enclosure ) : bool

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Enclosure enclosure ) : int
enclosure Subtext.Framework.Components.Enclosure
리턴 int

Delete() 공개 정적인 메소드

public static Delete ( int enclosureId ) : bool
enclosureId int
리턴 bool

Update() 공개 정적인 메소드

public static Update ( Enclosure enclosure ) : bool
enclosure Subtext.Framework.Components.Enclosure
리턴 bool