BRPublishCriteria Class

Definition

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
BRPublishCriteria
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to