C# Class Microsoft.Web.Administration.ConfigurationMethodInstance

Afficher le fichier Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
GetMetadata ( string metadataType ) : object
SetMetadata ( string metadataType, object value ) : void

Private Methods

Méthode Description
ConfigurationMethodInstance ( )

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

GetMetadata() public méthode

public GetMetadata ( string metadataType ) : object
metadataType string
Résultat object

SetMetadata() public méthode

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
Résultat void