Search Results for

    Show / Hide Table of Contents

    Class ItemOption

    Inheritance
    System.Object
    ItemOption
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ItemOption : Object

    Constructors

    ItemOption()

    Declaration
    public ItemOption()

    Properties

    Option

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

    OptionId

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

    OptionType

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

    Values

    Declaration
    public ItemOptionValues[] Values { get; set; }
    Property Value
    Type Description
    ItemOptionValues[]
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX