Класс BRPublishCriteria
Sets the scope of rules to be published.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRPublishCriteria
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "BRPublishCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRPublishCriteria _
Inherits DataContractBase
'Применение
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
Тип BRPublishCriteria обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
BRPublishCriteria | Initializes a new instance of the BRPublishCriteria class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. (Производный от 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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.