Search Results for

    Show / Hide Table of Contents

    Class AssignTagboxItemsInLayerAction

    Assigns a set of list item ids to all multi tag boxes in a layer where the
    filter defined on the tagbox does allow assignment of the ID.

    Inheritance
    object
    BusinessRuleAction
    AssignTagboxItemsInLayerAction
    Inherited Members
    BusinessRuleAction.TraceRefId
    BusinessRuleAction.Names
    BusinessRuleAction.Description
    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 AssignTagboxItemsInLayerAction : BusinessRuleAction

    Properties

    LayerId

    ID of layer to assign items in.

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

    NamedCache

    Named cache to use for lookup, should be of type SchemaTagboxFilterLookupNamedCacheConfiguration

    Declaration
    [JsonProperty("namedCache", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    [Obsolete("Use LayerId property directly instead")]
    public string NamedCache { get; set; }
    Property Value
    string

    RefIds

    List of refIds of the items that should be assigned.

    Declaration
    [JsonProperty("refIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public object RefIds { get; set; }
    Property Value
    object

    Replace

    Indicates where the assignment should be additive to the already assigned tags
    or if existing tags should be replaced.

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

    Methods

    FromJson(string)

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

    Returns
    AssignTagboxItemsInLayerAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX