Secure Exchanges SDK Documentation
Search Results for

    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
    string

    FieldFontSize

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

    FieldHeight

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

    FieldId

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

    FieldMultiSelect

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

    FieldName

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

    FieldOptionSelectedValues

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

    FieldPage

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

    FieldPageHeight

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

    FieldPageWidth

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

    FieldRequired

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

    FieldType

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

    FieldValue

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

    FieldWidth

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

    FieldX

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

    FieldY

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

    NewExistingField

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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation