Метод | Описание | |
---|---|---|
GetFieldSetting ( string key ) : string | ||
Initialise ( string fieldTitle, string fieldType, int fieldId, int moduleId, string controlHelpText, string defaultValue, bool required, string validationRule, string validationMsg, string editStyle, string inputSettings, string outputSettings, bool normalizeFlag, bool multipleValuesFlag, bool inputFilterTags, bool inputFilterScript, InputType inputSettingsListType, DotNetNuke.UI.Modules.ModuleInstanceContext moduleContext ) : void | ||
Initialise ( string fieldTitle, string fieldType, int fieldId, int moduleId, string controlHelpText, string defaultValue, bool required, string validationRule, string validationMsg, string editStyle, string inputSettings, string outputSettings, bool normalizeFlag, bool multipleValuesFlag, bool inputFilterTags, bool inputFilterScript, InputType inputSettingsListType, DotNetNuke.UI.Modules.ModuleInstanceContext moduleContext, |
||
IsValid ( ) : bool |
Метод | Описание | |
---|---|---|
AddListItems ( |
||
ApplyScriptFilter ( string input ) : string | ||
CleanID ( string name ) : string | ||
GetListControl ( ) : |
||
IsNull ( ) : bool | ||
IsValidType ( ) : bool | ||
ServerTime ( string value ) : System.DateTime |
Метод | Описание | |
---|---|---|
IsValidCustom ( ) : bool |
protected AddListItems ( |
||
control | ||
Результат | void |
protected static ApplyScriptFilter ( string input ) : string | ||
input | string | |
Результат | string |
protected static CleanID ( string name ) : string | ||
name | string | |
Результат | string |
public GetFieldSetting ( string key ) : string | ||
key | string | |
Результат | string |
protected GetListControl ( ) : |
||
Результат |
public Initialise ( string fieldTitle, string fieldType, int fieldId, int moduleId, string controlHelpText, string defaultValue, bool required, string validationRule, string validationMsg, string editStyle, string inputSettings, string outputSettings, bool normalizeFlag, bool multipleValuesFlag, bool inputFilterTags, bool inputFilterScript, InputType inputSettingsListType, DotNetNuke.UI.Modules.ModuleInstanceContext moduleContext ) : void | ||
fieldTitle | string | |
fieldType | string | |
fieldId | int | |
moduleId | int | |
controlHelpText | string | |
defaultValue | string | |
required | bool | |
validationRule | string | |
validationMsg | string | |
editStyle | string | |
inputSettings | string | |
outputSettings | string | |
normalizeFlag | bool | |
multipleValuesFlag | bool | |
inputFilterTags | bool | |
inputFilterScript | bool | |
inputSettingsListType | InputType | |
moduleContext | DotNetNuke.UI.Modules.ModuleInstanceContext | |
Результат | void |
public Initialise ( string fieldTitle, string fieldType, int fieldId, int moduleId, string controlHelpText, string defaultValue, bool required, string validationRule, string validationMsg, string editStyle, string inputSettings, string outputSettings, bool normalizeFlag, bool multipleValuesFlag, bool inputFilterTags, bool inputFilterScript, InputType inputSettingsListType, DotNetNuke.UI.Modules.ModuleInstanceContext moduleContext, |
||
fieldTitle | string | |
fieldType | string | |
fieldId | int | |
moduleId | int | |
controlHelpText | string | |
defaultValue | string | |
required | bool | |
validationRule | string | |
validationMsg | string | |
editStyle | string | |
inputSettings | string | |
outputSettings | string | |
normalizeFlag | bool | |
multipleValuesFlag | bool | |
inputFilterTags | bool | |
inputFilterScript | bool | |
inputSettingsListType | InputType | |
moduleContext | DotNetNuke.UI.Modules.ModuleInstanceContext | |
fieldSettingsTable | ||
formEvents | IFormEvents | |
Результат | void |
protected ServerTime ( string value ) : System.DateTime | ||
value | string | |
Результат | System.DateTime |