Table of Contents

Class FormFeaturedFieldInfo

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Data container class for FormFeaturedFieldInfo.

[InfoCache(InfoCacheBy.Name)]
public class FormFeaturedFieldInfo : AbstractInfo<FormFeaturedFieldInfo, IFormFeaturedFieldInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId, IInfoWithName
Inheritance
object
FormFeaturedFieldInfo
Implements
Inherited Members
Extension Methods

Constructors

FormFeaturedFieldInfo()

Creates an empty instance of the FormFeaturedFieldInfo class.

public FormFeaturedFieldInfo()

FormFeaturedFieldInfo(DataRow)

Creates a new instances of the FormFeaturedFieldInfo class from the given System.Data.DataRow.

public FormFeaturedFieldInfo(DataRow dr)

Parameters

dr DataRow

DataRow with the object data.

Fields

OBJECT_TYPE

Object type.

public const string OBJECT_TYPE = "cms.formfeaturedfield"

Field Value

string

TYPEINFO

Type information.

public static readonly ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

FormFeaturedFieldDescription

Form featured field description.

[DatabaseField]
public virtual string FormFeaturedFieldDescription { get; set; }

Property Value

string

FormFeaturedFieldDisplayName

Form featured field display name.

[DatabaseField]
public virtual string FormFeaturedFieldDisplayName { get; set; }

Property Value

string

FormFeaturedFieldEnabled

Form featured field enabled. If true, field is displayed as part of featured fields, if false, it is hidden.

[DatabaseField]
public virtual bool FormFeaturedFieldEnabled { get; set; }

Property Value

bool

FormFeaturedFieldFormDefinition

Form featured field form definition.

[DatabaseField]
public virtual string FormFeaturedFieldFormDefinition { get; set; }

Property Value

string

FormFeaturedFieldGuid

Form featured field GUID.

[DatabaseField]
public virtual Guid FormFeaturedFieldGuid { get; set; }

Property Value

Guid

FormFeaturedFieldID

Form featured field ID.

[DatabaseField]
public virtual int FormFeaturedFieldID { get; set; }

Property Value

int

FormFeaturedFieldIconClass

Icon Class name.

[DatabaseField]
public virtual string FormFeaturedFieldIconClass { get; set; }

Property Value

string

FormFeaturedFieldLastModified

Form featured field last modified.

[DatabaseField]
public virtual DateTime FormFeaturedFieldLastModified { get; set; }

Property Value

DateTime

FormFeaturedFieldMapping

Form featured field mapping.

[DatabaseField]
public virtual string FormFeaturedFieldMapping { get; set; }

Property Value

string

FormFeaturedFieldName

Form featured field code name.

[DatabaseField]
public virtual string FormFeaturedFieldName { get; set; }

Property Value

string

FormFeaturedFieldOrder

Form featured field order.

[DatabaseField]
public virtual int FormFeaturedFieldOrder { get; set; }

Property Value

int

Methods

DeleteObject()

Deletes the object using appropriate provider.

protected override void DeleteObject()

LoadDefaultData()

Loads the default data to the object.

protected override void LoadDefaultData()

SetObject()

Updates the object using appropriate provider.

protected override void SetObject()