C# Class Microsoft.ManagementConsole.Internal.ViewDescriptionData

显示文件 Open project: SiteView/ECC8.13 Class Usage Examples

Public Properties

Property Type Description
ExDefaultViewId int
ExErrorViewId int

Public Methods

Method Description
Validate ( ) : void
ValidateDisplayName ( string displayName ) : void
ValidateLanguageIndependentName ( string languageIndependentName ) : void

Protected Methods

Method Description
ViewDescriptionData ( ) : Microsoft.ManagementConsole

Private Methods

Method Description
ViewDescriptionData ( ViewDescriptionData viewDescriptionData ) : Microsoft.ManagementConsole

Method Details

Validate() public method

public Validate ( ) : void
return void

ValidateDisplayName() public static method

public static ValidateDisplayName ( string displayName ) : void
displayName string
return void

ValidateLanguageIndependentName() public static method

public static ValidateLanguageIndependentName ( string languageIndependentName ) : void
languageIndependentName string
return void

ViewDescriptionData() protected method

protected ViewDescriptionData ( ) : Microsoft.ManagementConsole
return Microsoft.ManagementConsole

Property Details

ExDefaultViewId public_oe static_oe property

public static int ExDefaultViewId
return int

ExErrorViewId public_oe static_oe property

public static int ExErrorViewId
return int