Search Results for

    Show / Hide Table of Contents

    Class BusinessRuleTransformation

    Business rule transformation

    Inheritance
    object
    BusinessRuleTransformation
    DateMathTransformation
    JoinByTransformation
    LookupCacheTransformation
    NGramTransformation
    ProjectionTransformation
    SplitTransformation
    TakeArrayValueTransformation
    TakeDictionaryValueTransformation
    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 BusinessRuleTransformation

    Properties

    Description

    Language specific transformation description.

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

    Names

    Language specific transformation 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 BusinessRuleTransformation FromJson(string data)
    Parameters
    string data

    Returns
    BusinessRuleTransformation

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX