Search Results for

    Show / Hide Table of Contents

    Class EnqueueTaggingAction

    Enqueue content for tagging

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

    Properties

    Options

    Options to use while tagging.

    Declaration
    public TaggingOptionsBase Options { get; set; }
    Property Value
    TaggingOptionsBase

    Methods

    FromJson(String)

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

    Returns
    EnqueueTaggingAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX