C# Class Microsoft.ManagementConsole.Internal.ViewDescriptionData

Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Méthodes publiques

Свойство Type Description
ExDefaultViewId int
ExErrorViewId int

Méthodes publiques

Méthode Description
Validate ( ) : void
ValidateDisplayName ( string displayName ) : void
ValidateLanguageIndependentName ( string languageIndependentName ) : void

Méthodes protégées

Méthode Description
ViewDescriptionData ( ) : Microsoft.ManagementConsole

Private Methods

Méthode Description
ViewDescriptionData ( ViewDescriptionData viewDescriptionData ) : Microsoft.ManagementConsole

Method Details

Validate() public méthode

public Validate ( ) : void
Résultat void

ValidateDisplayName() public static méthode

public static ValidateDisplayName ( string displayName ) : void
displayName string
Résultat void

ValidateLanguageIndependentName() public static méthode

public static ValidateLanguageIndependentName ( string languageIndependentName ) : void
languageIndependentName string
Résultat void

ViewDescriptionData() protected méthode

protected ViewDescriptionData ( ) : Microsoft.ManagementConsole
Résultat Microsoft.ManagementConsole

Property Details

ExDefaultViewId public_oe static_oe property

public static int ExDefaultViewId
Résultat int

ExErrorViewId public_oe static_oe property

public static int ExErrorViewId
Résultat int