BRItemTypeComponent 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.
Specifies the base level components type of business rules.
public ref class BRItemTypeComponent : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRActionComponent))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRConditionComponent))]
public class BRItemTypeComponent : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRActionComponent))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRConditionComponent))>]
type BRItemTypeComponent = class
inherit DataContractBase
Public Class BRItemTypeComponent
Inherits DataContractBase
- Inheritance
- Derived
- Attributes
Constructors
BRItemTypeComponent() |
Initializes a new instance of the BRItemTypeComponent class. |
Properties
CompatibleAttributeTypes |
Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component. |
Description |
Gets or sets the description of the type. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
ItemType |
Gets or sets the item type. |