Table of Contents

Class Field

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll
[DataContract]
[Serializable]
public class Field : DbObject
Inheritance
Field
Inherited Members
Extension Methods

Constructors

Field()

public Field()

Properties

Active

Gets or sets a value indicating whether this Field is active.

[DataMember]
public bool Active { get; set; }

Property Value

bool

ActivityId

Gets or sets activity id.

[DataMember]
public string? ActivityId { get; set; }

Property Value

string

Append

Gets or sets the append.

[DataMember]
public string? Append { get; set; }

Property Value

string

AutoValue

Gets or sets the automatic value.

[DataMember]
public string? AutoValue { get; set; }

Property Value

string

Color

Gets or sets the color.

[DataMember]
public string? Color { get; set; }

Property Value

string

CreatedByUserId

public int CreatedByUserId { get; }

Property Value

int

CreatedDate

Gets or sets the created date.

[DataMember]
public DateTime CreatedDate { get; set; }

Property Value

DateTime

CssClass

Gets or sets the CSS class.

[DataMember]
public string? CssClass { get; set; }

Property Value

string

DefaultValue

Gets or sets the default value.

[DataMember]
public string? DefaultValue { get; set; }

Property Value

string

Description

Gets or sets the description.

[DataMember]
public string? Description { get; set; }

Property Value

string

FormID

Gets or sets the form identifier.

[DataMember]
public int FormID { get; set; }

Property Value

int

GroupID

Gets or sets the group identifier.

[DataMember]
public int GroupID { get; set; }

Property Value

int

HideInReceipt

Gets or sets whether field should be hidden in the receipt.

[DataMember]
public bool HideInReceipt { get; set; }

Property Value

bool

HtmlId

Gets the HTML identifier.

public string HtmlId { get; }

Property Value

string

Image

Gets or sets the image.

[DataMember]
public string? Image { get; set; }

Property Value

string

InputPattern

Gets or sets the input pattern.

[DataMember]
public string? InputPattern { get; set; }

Property Value

string

MaxLength

Gets or sets the maximum length.

[DataMember]
public int MaxLength { get; set; }

Property Value

int

Name

Gets or sets the name.

[DataMember]
public string? Name { get; set; }

Property Value

string

Placeholder

Gets or sets the placeholder.

[DataMember]
public string? Placeholder { get; set; }

Property Value

string

Prepend

Gets or sets the prepend.

[DataMember]
public string? Prepend { get; set; }

Property Value

string

Required

Gets or sets a value indicating whether this Field is required.

[DataMember]
public bool Required { get; set; }

Property Value

bool

Size

Gets or sets the size.

[DataMember]
public int Size { get; set; }

Property Value

int

Sort

Gets or sets the sort.

[DataMember]
public int Sort { get; set; }

Property Value

int

SystemName

Gets or sets the name of the system.

[DataMember]
public string SystemName { get; set; }

Property Value

string

Text

Gets or sets the text.

[DataMember]
public string? Text { get; set; }

Property Value

string

TextareaHeight

Gets or sets the height of the text area.

[DataMember]
public int TextareaHeight { get; set; }

Property Value

int

Title

Gets or sets the title attribute value.

[DataMember]
public string? Title { get; set; }

Property Value

string

Type

Gets or sets the type.

[DataMember]
public string Type { get; set; }

Property Value

string

UniqueId

Gets or sets the field unique identifier.

[DataMember]
public Guid UniqueId { get; set; }

Property Value

Guid

UpdatedByUserId

public int UpdatedByUserId { get; }

Property Value

int

UpdatedDate

Gets or sets the updated date.

[DataMember]
public DateTime UpdatedDate { get; set; }

Property Value

DateTime
To top