C# Class DotNetNuke.Modules.Xml.Parameters.ParameterInfo

Represents a parameter
Afficher le fichier Open project: DNNCommunity/DNN.XML Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ParseType ( string type ) : ParameterType

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

Method Details

GetValue() public méthode

Determines parameter value based on applied settings.
public GetValue ( ) : string
Résultat string

IsArgumentRequired() public méthode

Determines whether the TypeArgument is required based on the ParameterType.
public IsArgumentRequired ( ) : bool
Résultat bool

ParameterInfo() public méthode

Instantiates a new instance of the Parameter module.
public ParameterInfo ( ) : System
Résultat System

SupportsFallbackValue() public méthode

Determines whether the TypeArgument is allowed as a fallback value.
public SupportsFallbackValue ( ) : bool
Résultat bool

ToString() public méthode

Determines parameter value based on applied settings
public ToString ( ) : string
Résultat string

ToString() public méthode

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