BRPublishCriteria Class
Sets the scope of rules to be published.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRPublishCriteria
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "BRPublishCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRPublishCriteria _
Inherits DataContractBase
'Usage
Dim instance As BRPublishCriteria
[DataContractAttribute(Name = "BRPublishCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRPublishCriteria : DataContractBase
[DataContractAttribute(Name = L"BRPublishCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRPublishCriteria : public DataContractBase
[<DataContractAttribute(Name = "BRPublishCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPublishCriteria =
class
inherit DataContractBase
end
public class BRPublishCriteria extends DataContractBase
The BRPublishCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BRPublishCriteria | Initializes a new instance of the BRPublishCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
EntityId | Gets or sets an identifier for the entity of the business rules to be published. | |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) | |
MemberType | Gets or sets a member type within the entity of the business rules to be published. | |
ModelId | Gets or sets an identifier for the model of the business rules to be published. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.