C# Class Microsoft.Web.Administration.ConfigurationAttribute

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

Méthodes publiques

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

Private Methods

Méthode Description
ConfigurationAttribute ( string name, ConfigurationAttributeSchema schema, ConfigurationElement element ) : System

Constructs instances when the external queries.

ConfigurationAttribute ( string name, ConfigurationAttributeSchema schema, string value, ConfigurationElement element ) : System

Constructs instances from config file.

Decrypt ( object value ) : object
Encrypt ( string value ) : string
ExtractDefaultValue ( ) : object
Format ( object value ) : string
SetValue ( object value ) : void
TypeMatch ( object value ) : object

Method Details

Delete() public méthode

public Delete ( ) : 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