Clase BRResultOptions
Specifies the desired format of the returned BusinessRules type.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices..::..BRResultOptions
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "BRResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRResultOptions _
Implements IExtensibleDataObject
'Uso
Dim instance As BRResultOptions
[DataContractAttribute(Name = "BRResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRResultOptions : IExtensibleDataObject
[DataContractAttribute(Name = L"BRResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRResultOptions : IExtensibleDataObject
[<DataContractAttribute(Name = "BRResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRResultOptions =
class
interface IExtensibleDataObject
end
public class BRResultOptions implements IExtensibleDataObject
El tipo BRResultOptions expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BRResultOptions | Initializes a new instance of the BRResultOptions class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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 an object containing extra data. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.