Search Results for

    Show / Hide Table of Contents

    Class BusinessRuleAction

    Action to be performed by a business rule

    Inheritance
    object
    BusinessRuleAction
    AssignContentPermissionSetsAction
    AssignLayerAction
    AssignTagboxItemsAction
    AssignTagboxItemsInLayerAction
    AssignValueAction
    EnqueueCreateEmbedAction
    EnqueueTaggingAction
    EnqueueTransferOwnershipAction
    GetNumberFromNumberSequenceAction
    ProduceMessageAction
    ProduceNotificationAction
    UnassignContentPermissionSetsAction
    UnassignLayerAction
    UnassignTagboxItemsAction
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public abstract class BusinessRuleAction

    Properties

    Description

    Language specific action description.

    Declaration
    [JsonProperty("description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public TranslatedStringDictionary Description { get; set; }
    Property Value
    TranslatedStringDictionary

    Names

    Language specific action names.

    Declaration
    [JsonProperty("names", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public TranslatedStringDictionary Names { get; set; }
    Property Value
    TranslatedStringDictionary

    TraceRefId

    Optional trace log reference ID set by the system when EnableTracing is set to true on the associated rule.

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

    Methods

    FromJson(string)

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

    Returns
    BusinessRuleAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX