Search Results for

    Show / Hide Table of Contents

    Class BusinessRuleAction

    Action to be performed by a business rule

    Inheritance
    System.Object
    BusinessRuleAction
    AssignContentPermissionSetsAction
    AssignLayerAction
    AssignTagboxItemsAction
    AssignTagboxItemsInLayerAction
    AssignValueAction
    EnqueueCreateEmbedAction
    EnqueueTaggingAction
    EnqueueTransferOwnershipAction
    GetNumberFromNumberSequenceAction
    ProduceMessageAction
    ProduceNotificationAction
    UnassignContentPermissionSetsAction
    UnassignLayerAction
    UnassignTagboxItemsAction
    Inherited Members
    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 abstract class BusinessRuleAction

    Properties

    Description

    Language specific action description.

    Declaration
    public TranslatedStringDictionary Description { get; set; }
    Property Value
    TranslatedStringDictionary

    Names

    Language specific action names.

    Declaration
    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
    public string TraceRefId { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

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

    Returns
    BusinessRuleAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX