Class CustomFieldType
- Namespace
- Dynamicweb.Security.UserManagement.Common.CustomFields
- Assembly
- Dynamicweb.Core.dll
Represents custom field type
public class CustomFieldType
- Inheritance
-
CustomFieldType
- Inherited Members
Methods
GetDBType(Types)
Gets database field type
public static string GetDBType(Types type)
Parameters
type
TypesType
Returns
- string
String value
GetName(Types)
Casts type enum to string
public static string GetName(Types type)
Parameters
type
TypesType instance to be casted to string
Returns
- string
String representstion
GetTypesForOptions()
Gets types for options
public static List<Types> GetTypesForOptions()
Returns
GetTypesWithOptions()
Gets types with options
public static List<Types> GetTypesWithOptions()