BRResultOptions Class

Definition

Specifies the desired format of the returned BusinessRules type.

public ref class BRResultOptions : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRResultOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRResultOptions : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRResultOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRResultOptions = class
    inherit DataContractBase
Public Class BRResultOptions
Inherits DataContractBase
Inheritance
BRResultOptions
Attributes

Constructors

BRResultOptions()

Initializes a new instance of the BRResultOptions class.

Properties

BRActions

Gets or sets a ResultType controlling the population of the BRActions property.

BRConditions

Gets or sets a ResultType controlling the population of the BRConditions property.

BRConditionTreeNodes

Gets or sets a ResultType controlling the population of the BRConditionTreeNodes property.

BusinessRules

Gets or sets a ResultType controlling the population of the BusinessRulesMember property.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)

Applies to