[]
        
(Showing Draft Content)

C1.Web.Api.Document.Models.ExportOptionDescription

ExportOptionDescription Class

Represents the description of export option.

Inheritance
ExportOptionDescription
Namespace: C1.Web.Api.Document.Models
Assembly: C1.Web.Api.Document.dll
Syntax
public class ExportOptionDescription

Constructors

Name Description
ExportOptionDescription(string, string, object, string, IEnumerable<string>, bool)

Initializes a new instance of ExportOptionDescription object.

Properties

Name Description
AllowedValues

Gets the list of strings for supported values of the option.

DefaultValue

Gets the default value of the option.

Group

Gets the group which the options belongs to.

Name

Gets the name of the options.

Nullable

Gets a boolean value indicating whether the value of the options can be null.

Type

Gets the data type of the options.