C# Class VixenModules.App.Shows.Show

Exibir arquivo Open project: sall/vixen Class Usage Examples

Protected Properties

Property Type Description
_items List
id System.Guid

Private Properties

Property Type Description

Public Methods

Method Description
AddItem ( ShowItemType itemType, string itemName ) : ShowItem
Clone ( ) : object
DeleteItem ( ShowItem showItem ) : void
GetItems ( ShowItemType type ) : List
ReleaseAllActions ( ) : void

Method Details

AddItem() public method

public AddItem ( ShowItemType itemType, string itemName ) : ShowItem
itemType ShowItemType
itemName string
return ShowItem

Clone() public method

public Clone ( ) : object
return object

DeleteItem() public method

public DeleteItem ( ShowItem showItem ) : void
showItem ShowItem
return void

GetItems() public method

public GetItems ( ShowItemType type ) : List
type ShowItemType
return List

ReleaseAllActions() public method

public ReleaseAllActions ( ) : void
return void

Property Details

_items protected_oe property

protected List _items
return List

id protected_oe property

protected Guid,System id
return System.Guid