C# 클래스 Microsoft.Web.Administration.ConfigurationAttribute

파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( ) : void
GetMetadata ( string metadataType ) : object
SetMetadata ( string metadataType, object value ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

GetMetadata() 공개 메소드

public GetMetadata ( string metadataType ) : object
metadataType string
리턴 object

SetMetadata() 공개 메소드

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
리턴 void