C# Class Microsoft.Web.Administration.ConfigurationAttribute

Show file Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Public Methods

Method Description
Delete ( ) : void
GetMetadata ( string metadataType ) : object
SetMetadata ( string metadataType, object value ) : void

Private Methods

Method 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 method

public Delete ( ) : void
return void

GetMetadata() public method

public GetMetadata ( string metadataType ) : object
metadataType string
return object

SetMetadata() public method

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
return void