Table of Contents

Class ViewCustomFieldDetails

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The custom field details.

[DataContract]
public class ViewCustomFieldDetails
Inheritance
ViewCustomFieldDetails
Inherited Members

Properties

BrandId

Gets or sets the brand id.

[DataMember(Name = "brandId", EmitDefaultValue = true)]
public string BrandId { get; set; }

Property Value

string

CustomFieldId

Gets or sets the custom form field.

[DataMember(Name = "customFieldId", EmitDefaultValue = true)]
public string CustomFieldId { get; set; }

Property Value

string

FieldDescription

Gets or sets the custom form field description.

[DataMember(Name = "fieldDescription", EmitDefaultValue = true)]
public string FieldDescription { get; set; }

Property Value

string

FieldName

Gets or sets the custom form field name.

[DataMember(Name = "fieldName", EmitDefaultValue = true)]
public string FieldName { get; set; }

Property Value

string

FieldOrder

Gets or sets the custom form field order.

[DataMember(Name = "fieldOrder", EmitDefaultValue = true)]
public int FieldOrder { get; set; }

Property Value

int

FormField

Gets or sets the custom form field.

[DataMember(Name = "formField", EmitDefaultValue = true)]
public CustomFormField FormField { get; set; }

Property Value

CustomFormField

SharedField

Gets or sets a value indicating whether its a sharable custom form field.

[DataMember(Name = "sharedField", EmitDefaultValue = true)]
public bool SharedField { get; set; }

Property Value

bool