Search Results for

    Show / Hide Table of Contents

    Class AssignLayerAction

    Assigns a layer, adding the default values to the data dictionary

    Inheritance
    System.Object
    BusinessRuleAction
    AssignLayerAction
    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 AssignLayerAction : BusinessRuleAction

    Properties

    DefaultValues

    An object containing default values (used for example to populate required fields).

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

    LayerId

    The ID of the layer.

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

    Methods

    FromJson(String)

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

    Returns
    AssignLayerAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX