Метод | Описание | |
---|---|---|
AsBoolean ( this value ) : bool | ||
AsBoolean ( this value, bool @default ) : bool | ||
AsInt ( this value ) : int |
returns Null.NullInteger, when value is nothing, otherwise tries to convert value to Integer and returns it.
|
|
AsInt ( this value, int @default ) : int |
returns default, when value is nothing, otherwise tries to convert value to Integer and returns it.
|
|
AsString ( this value ) : string |
returns default, when value is nothing, otherwise tries to convert value to string and returns it.
|
|
AsString ( this value, string @default ) : string | ||
AsString ( this row, string columnname, string @default ) : string | ||
GetFolder ( DotNetNuke.Entities.Portals.PortalSettings portalsettings, string homeFolderName ) : IFolderInfo | ||
GetFolder ( DotNetNuke.Entities.Portals.PortalSettings portalsettings, string homeFolderName, string defaultFolderName ) : IFolderInfo | ||
HasWritePermission ( string folder, int portalid ) : bool | ||
IconURL ( string iconKey ) : string | ||
Like ( this text, string pattern ) : System.Boolean | ||
ReadStringFromFile ( string homeFilePath, int portalId ) : string | ||
SaveScript ( string fileContent, string fileName, IFolderInfo folder, bool forceOverWrite ) : bool | ||
UrlHexDecode ( this value ) : string | ||
UrlHexEncode ( this value ) : string | ||
ValidateRegEx ( this value, string pattern ) : bool |
public static AsBoolean ( this value ) : bool | ||
value | this | |
Результат | bool |
public static AsBoolean ( this value, bool @default ) : bool | ||
value | this | |
@default | bool | |
Результат | bool |
public static AsInt ( this value ) : int | ||
value | this | object containing value to return |
Результат | int |
public static AsInt ( this value, int @default ) : int | ||
value | this | object containing value to return |
@default | int | |
Результат | int |
public static AsString ( this value ) : string | ||
value | this | |
Результат | string |
public static AsString ( this value, string @default ) : string | ||
value | this | |
@default | string | |
Результат | string |
public static AsString ( this row, string columnname, string @default ) : string | ||
row | this | |
columnname | string | |
@default | string | |
Результат | string |
public static GetFolder ( DotNetNuke.Entities.Portals.PortalSettings portalsettings, string homeFolderName ) : IFolderInfo | ||
portalsettings | DotNetNuke.Entities.Portals.PortalSettings | |
homeFolderName | string | |
Результат | IFolderInfo |
public static GetFolder ( DotNetNuke.Entities.Portals.PortalSettings portalsettings, string homeFolderName, string defaultFolderName ) : IFolderInfo | ||
portalsettings | DotNetNuke.Entities.Portals.PortalSettings | |
homeFolderName | string | |
defaultFolderName | string | |
Результат | IFolderInfo |
public static HasWritePermission ( string folder, int portalid ) : bool | ||
folder | string | |
portalid | int | |
Результат | bool |
public static IconURL ( string iconKey ) : string | ||
iconKey | string | |
Результат | string |
public static Like ( this text, string pattern ) : System.Boolean | ||
text | this | |
pattern | string | |
Результат | System.Boolean |
static public ReadStringFromFile ( string homeFilePath, int portalId ) : string | ||
homeFilePath | string | |
portalId | int | |
Результат | string |
public static SaveScript ( string fileContent, string fileName, IFolderInfo folder, bool forceOverWrite ) : bool | ||
fileContent | string | |
fileName | string | |
folder | IFolderInfo | |
forceOverWrite | bool | |
Результат | bool |
public static UrlHexDecode ( this value ) : string | ||
value | this | |
Результат | string |
public static UrlHexEncode ( this value ) : string | ||
value | this | |
Результат | string |
public static ValidateRegEx ( this value, string pattern ) : bool | ||
value | this | |
pattern | string | |
Результат | bool |