BRPublishCriteria 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.
Criteria for the Publish operation.
public ref class BRPublishCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRPublishCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRPublishCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRPublishCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPublishCriteria = class
inherit DataContractBase
Public Class BRPublishCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The BRPublishCriteria specifies all parameters are optional with the following exceptions:
- Specification of a member type requires the specification of an entity.
- Specification of an entity by name requires the specification of a model.
Constructors
BRPublishCriteria() |
Constructor. |
Properties
EntityId |
Specifies the entity Identifier. |
MemberType |
Obsolete.
Specifies the member type. |
ModelId |
Specifies the model Identifier. |
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. |