class FieldGeneric


Base class:

This type does not have any base class

Implemented interfaces:

INotifyPropertyChanged
IFieldGeneric

Derived types:

FieldDouble
FieldInt
FieldString
FieldGuid
FieldDateTime
FieldDate
FieldDecimal
FieldBoolean
FieldFile
FieldMultiLanguages

Constructors

FieldGeneric ()


FieldGeneric (IFieldGeneric field)


Properties

Boolean AllowNull { get; set; }


String Description { get; set; }


String ExternalId { get; set; }


EFieldType FieldType { get; set; }


Object GenericValue { get; set; }


Int32 Id { get; set; }


String Name { get; set; }


String Owner { get; set; }