BRItem 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
동작 및 조건에 대한 기본 클래스입니다.
public ref class BRItem abstract : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRDomainBasedAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeValueArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAction))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRBlankArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRCondition))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRHierarchyArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRFreeformArgument))]
[System.Serializable]
public abstract class BRItem : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRDomainBasedAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeValueArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAction))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRBlankArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRCondition))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRHierarchyArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRFreeformArgument))>]
[<System.Serializable>]
type BRItem = class
inherit DataContractBase
Public MustInherit Class BRItem
Inherits DataContractBase
- 상속
- 파생
- 특성
설명
복합 형식은 BRItem 전체 비즈니스 규칙의 논리적 부분을 지정합니다.
생성자
BRItem() |
생성자입니다. |
속성
AuditInfo |
사용되지 않음.
감사 정보를 지정합니다. |
BusinessRuleId |
소유 비즈니스 규칙의 ID를 지정합니다. |
Identifier |
ID를 지정합니다. 비즈니스 규칙 항목을 고유하게 식별합니다. |
IsCorrupted |
비즈니스 규칙 항목이 손상되었는지를 가져옵니다. |
Operator |
연산자를 지정합니다. |
PostfixArguments |
후위(오른쪽) 인수의 컬렉션을 지정합니다. |
Sequence |
비즈니스 규칙 항목을 표시하고 평가해야 하는 순서를 지정합니다. |
Text |
비즈니스 규칙 항목을 설명하는 텍스트를 지정합니다. |
UserScriptName |
사용자 정의 스크립트 이름을 지정합니다. |
UserScriptParameterCount |
총 매개 변수 수를 지정합니다. |
메서드
SetProperty<T>(T, T, String) |
속성을 지정한 값으로 변경합니다. |
SetProperty<T>(T, T, String, Boolean) |
속성을 지정한 값으로 변경합니다. |