BRResultOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the level of detail desired from the Get operation.
public ref class BRResultOptions : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRResultOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRResultOptions : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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
- Attributes
Remarks
The BRResultOptions identifies the level of detail desired from the Get operation, for each of the internal BusinessRuleSet collections.
Constructors
BRResultOptions() |
Initializes a new instance of the BRResultOptions class. |
Properties
BRActions |
Specifies the desired result type for the BRActions collection. |
BRConditions |
Specifies the desired result type for the BRConditions collection. |
BRConditionTreeNodes |
Specifies the desired result type for the BRConditionTreeNodes collection. |
BusinessRules |
Specifies the desired result type for the BusinessRules collection. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |