C# Class VixenModules.App.Shows.ShowItem

ファイルを表示 Open project: sall/vixen Class Usage Examples

Public Properties

Property Type Description
diableShowAction bool

Private Properties

Property Type Description

Public Methods

Method Description
ClearAction ( ) : void
Clone ( ) : object
GetAction ( ) : Action
ShowItem ( ShowItemType showType, string itemName, System.Guid currenShowID ) : System

Method Details

ClearAction() public method

public ClearAction ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

GetAction() public method

public GetAction ( ) : Action
return Action

ShowItem() public method

public ShowItem ( ShowItemType showType, string itemName, System.Guid currenShowID ) : System
showType ShowItemType
itemName string
currenShowID System.Guid
return System

Property Details

diableShowAction public_oe static_oe property

public static bool diableShowAction
return bool