C# Class VixenModules.App.Shows.Show

Afficher le fichier Open project: sall/vixen Class Usage Examples

Protected Properties

Свойство Type Description
_items List
id System.Guid

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

AddItem() public méthode

public AddItem ( ShowItemType itemType, string itemName ) : ShowItem
itemType ShowItemType
itemName string
Résultat ShowItem

Clone() public méthode

public Clone ( ) : object
Résultat object

DeleteItem() public méthode

public DeleteItem ( ShowItem showItem ) : void
showItem ShowItem
Résultat void

GetItems() public méthode

public GetItems ( ShowItemType type ) : List
type ShowItemType
Résultat List

ReleaseAllActions() public méthode

public ReleaseAllActions ( ) : void
Résultat void

Property Details

_items protected_oe property

protected List _items
Résultat List

id protected_oe property

protected Guid,System id
Résultat System.Guid