C# Класс DotNetNuke.Modules.Xml.Parameters.ParameterInfo

Represents a parameter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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