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
    System.Object
    BusinessRuleAction
    AssignTagboxItemsInLayerAction
    Inherited Members
    BusinessRuleAction.TraceRefId
    BusinessRuleAction.Names
    BusinessRuleAction.Description
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class AssignTagboxItemsInLayerAction : BusinessRuleAction

    Properties

    LayerId

    ID of layer to assign items in.

    Declaration
    public string LayerId { get; set; }
    Property Value
    System.String

    NamedCache

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

    Declaration
    [Obsolete("Use LayerId property directly instead")]
    public string NamedCache { get; set; }
    Property Value
    System.String

    RefIds

    List of refIds of the items that should be assigned.

    Declaration
    public object RefIds { get; set; }
    Property Value
    System.Object

    Replace

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

    Declaration
    public bool Replace { get; set; }
    Property Value
    System.Boolean

    Methods

    FromJson(String)

    Declaration
    public static AssignTagboxItemsInLayerAction FromJson(string data)
    Parameters
    System.String data

    Returns
    AssignTagboxItemsInLayerAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX