C# 클래스 DotNetNuke.Modules.Xml.Parameters.ParameterInfo

Represents a parameter
파일 보기 프로젝트 열기: DNNCommunity/DNN.XML 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( ) : string

Determines parameter value based on applied settings.

IsArgumentRequired ( ) : bool

Determines whether the TypeArgument is required based on the ParameterType.

ParameterInfo ( ) : System

Instantiates a new instance of the Parameter module.

SupportsFallbackValue ( ) : bool

Determines whether the TypeArgument is allowed as a fallback value.

ToString ( ) : string

Determines parameter value based on applied settings

ToString ( Encoding encoding ) : string

Determines parameter value based on applied settings and on a given System.Text.Encoding

비공개 메소드들

메소드 설명
ParseType ( string type ) : ParameterType

Converts a string representation of a ParameterType to its object value.

메소드 상세

GetValue() 공개 메소드

Determines parameter value based on applied settings.
public GetValue ( ) : string
리턴 string

IsArgumentRequired() 공개 메소드

Determines whether the TypeArgument is required based on the ParameterType.
public IsArgumentRequired ( ) : bool
리턴 bool

ParameterInfo() 공개 메소드

Instantiates a new instance of the Parameter module.
public ParameterInfo ( ) : System
리턴 System

SupportsFallbackValue() 공개 메소드

Determines whether the TypeArgument is allowed as a fallback value.
public SupportsFallbackValue ( ) : bool
리턴 bool

ToString() 공개 메소드

Determines parameter value based on applied settings
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Determines parameter value based on applied settings and on a given System.Text.Encoding
public ToString ( Encoding encoding ) : string
encoding System.Text.Encoding
리턴 string