Show / Hide Table of Contents

Interface IExistingFieldsInfos

Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface IExistingFieldsInfos

Properties

FieldChecked

Declaration
string FieldChecked { get; set; }
Property Value
Type Description
System.String

FieldFontSize

Declaration
float FieldFontSize { get; set; }
Property Value
Type Description
System.Single

FieldHeight

Declaration
float FieldHeight { get; set; }
Property Value
Type Description
System.Single

FieldId

Declaration
string FieldId { get; set; }
Property Value
Type Description
System.String

FieldMultiSelect

Declaration
bool FieldMultiSelect { get; set; }
Property Value
Type Description
System.Boolean

FieldName

Declaration
string FieldName { get; set; }
Property Value
Type Description
System.String

FieldOptionSelectedValues

Declaration
string[] FieldOptionSelectedValues { get; set; }
Property Value
Type Description
System.String[]

FieldPage

Declaration
int FieldPage { get; set; }
Property Value
Type Description
System.Int32

FieldPageHeight

Declaration
float FieldPageHeight { get; set; }
Property Value
Type Description
System.Single

FieldPageWidth

Declaration
float FieldPageWidth { get; set; }
Property Value
Type Description
System.Single

FieldRequired

Declaration
bool FieldRequired { get; set; }
Property Value
Type Description
System.Boolean

FieldType

Declaration
string FieldType { get; set; }
Property Value
Type Description
System.String

FieldValue

Declaration
string FieldValue { get; set; }
Property Value
Type Description
System.String

FieldWidth

Declaration
float FieldWidth { get; set; }
Property Value
Type Description
System.Single

FieldX

Declaration
float FieldX { get; set; }
Property Value
Type Description
System.Single

FieldY

Declaration
float FieldY { get; set; }
Property Value
Type Description
System.Single

NewExistingField

Declaration
bool NewExistingField { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX