Table of Contents

Class CustomFieldType

Namespace
Dynamicweb.Security.UserManagement.Common.CustomFields
Assembly
Dynamicweb.Security.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 Types
Type

Returns

string
String value

GetName(Types)

Casts type enum to string
public static string GetName(Types type)

Parameters

type Types
Type instance to be casted to string

Returns

string
String representstion

GetTypesForOptions()

Gets types for options
public static List<Types> GetTypesForOptions()

Returns

List<Types>
List of types

GetTypesWithOptions()

Gets types with options
public static List<Types> GetTypesWithOptions()

Returns

List<Types>
List of types
To top