Search Results for

    Show / Hide Table of Contents

    Class FieldOverwriteMultiTagbox

    Overwritten information for FieldMultiTagbox

    Inheritance
    object
    FieldOverwriteBase
    FieldOverwriteMultiTagbox
    Inherited Members
    FieldOverwriteBase.Id
    FieldOverwriteBase.Required
    FieldOverwriteBase.OverwriteRequired
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class FieldOverwriteMultiTagbox : FieldOverwriteBase

    Properties

    Filter

    An optional filter to limit the list items: this value will overwrite the existing Filter value specified in the parent schema if
    OverwriteFilter is set to true.

    Declaration
    [JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public FilterBase Filter { get; set; }
    Property Value
    FilterBase

    ListItemCreateTemplate

    Json serialized template used for creating new list item: this value will overwrite the existing ListItemCreateTemplate value specified in the parent schema if
    OverwriteListItemCreateTemplate is set to true.

    Declaration
    [JsonProperty("listItemCreateTemplate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ListItemCreateTemplate { get; set; }
    Property Value
    string

    MaximumItems

    The maximum number of items that can be stored: this value will overwrite the existing MaximumItems value specified in the parent schema if
    OverwriteMaximumItems is set to true.

    Declaration
    [JsonProperty("maximumItems", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? MaximumItems { get; set; }
    Property Value
    int?

    MinimumItems

    The minimum number of items that must be stored: this value will overwrite the existing MinimumItems value specified in the parent schema if
    OverwriteMinimumItems is set to true.

    Declaration
    [JsonProperty("minimumItems", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? MinimumItems { get; set; }
    Property Value
    int?

    OverwriteFilter

    Enable the overwriting of the Filter property of the field specified by the Id property.

    Declaration
    [JsonProperty("overwriteFilter", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool OverwriteFilter { get; set; }
    Property Value
    bool

    OverwriteListItemCreateTemplate

    Enable the overwriting of the ListItemCreateTemplate property of the field specified by the Id property.

    Declaration
    [JsonProperty("overwriteListItemCreateTemplate", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool OverwriteListItemCreateTemplate { get; set; }
    Property Value
    bool

    OverwriteMaximumItems

    Enable the overwriting of the MaximumItems property of the field specified by the Id property.

    Declaration
    [JsonProperty("overwriteMaximumItems", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool OverwriteMaximumItems { get; set; }
    Property Value
    bool

    OverwriteMinimumItems

    Enable the overwriting of the MinimumItems property of the field specified by the Id property.

    Declaration
    [JsonProperty("overwriteMinimumItems", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool OverwriteMinimumItems { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

    Declaration
    public static FieldOverwriteMultiTagbox FromJson(string data)
    Parameters
    string data

    Returns
    FieldOverwriteMultiTagbox

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX