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
ActivityId
Gets or sets activity id.
[DataMember]
public string ActivityId { get; set; }
Property Value
Append
Gets or sets the append.
[DataMember]
public string Append { get; set; }
Property Value
AutoValue
Gets or sets the automatic value.
[DataMember]
public string AutoValue { get; set; }
Property Value
Color
Gets or sets the color.
[DataMember]
public string Color { get; set; }
Property Value
CreatedBy
Gets the created by.
public User CreatedBy { get; }
Property Value
CreatedDate
Gets or sets the created date.
[DataMember]
public DateTime CreatedDate { get; set; }
Property Value
CssClass
Gets or sets the CSS class.
[DataMember]
public string CssClass { get; set; }
Property Value
DefaultValue
Gets or sets the default value.
[DataMember]
public string DefaultValue { get; set; }
Property Value
Description
Gets or sets the description.
[DataMember]
public string Description { get; set; }
Property Value
FormID
Gets or sets the form identifier.
[DataMember]
public int FormID { get; set; }
Property Value
GroupID
Gets or sets the group identifier.
[DataMember]
public int GroupID { get; set; }
Property Value
HideInReceipt
Gets or sets whether field should be hidden in the receipt.
[DataMember]
public bool HideInReceipt { get; set; }
Property Value
HtmlId
Gets the HTML identifier.
public string HtmlId { get; }
Property Value
Image
Gets or sets the image.
[DataMember]
public string Image { get; set; }
Property Value
InputPattern
Gets or sets the input pattern.
[DataMember]
public string InputPattern { get; set; }
Property Value
MaxLength
Gets or sets the maximum length.
[DataMember]
public int MaxLength { get; set; }
Property Value
Name
Gets or sets the name.
[DataMember]
public string Name { get; set; }
Property Value
Placeholder
Gets or sets the placeholder.
[DataMember]
public string Placeholder { get; set; }
Property Value
Prepend
Gets or sets the prepend.
[DataMember]
public string Prepend { get; set; }
Property Value
Required
Gets or sets a value indicating whether this Field is required.
[DataMember]
public bool Required { get; set; }
Property Value
Size
Gets or sets the size.
[DataMember]
public int Size { get; set; }
Property Value
Sort
Gets or sets the sort.
[DataMember]
public int Sort { get; set; }
Property Value
SystemName
Gets or sets the name of the system.
[DataMember]
public string SystemName { get; set; }
Property Value
Text
Gets or sets the text.
[DataMember]
public string Text { get; set; }
Property Value
TextareaHeight
Gets or sets the height of the text area.
[DataMember]
public int TextareaHeight { get; set; }
Property Value
Title
Gets or sets the title attribute value.
[DataMember]
public string Title { get; set; }
Property Value
Type
Gets or sets the type.
[DataMember]
public string Type { get; set; }
Property Value
UniqueId
Gets or sets the field unique identifier.
[DataMember]
public Guid UniqueId { get; set; }
Property Value
UpdatedBy
Gets the updated by.
public User UpdatedBy { get; }
Property Value
UpdatedDate
Gets or sets the updated date.
[DataMember]
public DateTime UpdatedDate { get; set; }