C# Class Subtext.Framework.Enclosures

ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
Create ( Enclosure enclosure ) : int
Delete ( int enclosureId ) : bool
Update ( Enclosure enclosure ) : bool

Method Details

Create() public static method

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

Delete() public static method

public static Delete ( int enclosureId ) : bool
enclosureId int
return bool

Update() public static method

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