C# Class DotNetNuke.Modules.IFrame.Components.ParametersInfo

ファイルを表示 Open project: DNNCommunity/DNN.IFrame Class Usage Examples

Private Properties

Property Type Description
CStrN string
CStrN string

Public Methods

Method Description
GetValue ( ) : string
IsArgumentRequired ( ) : bool
ToString ( ) : string

Private Methods

Method Description
CStrN ( object value ) : string
CStrN ( object value, string defaultValue ) : string

Method Details

GetValue() public method

public GetValue ( ) : string
return string

IsArgumentRequired() public method

public IsArgumentRequired ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string