Component ComplexType
Contains a collection of components.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| ComponentId | Edm.Guid |
The unique identifier of the component. |
| ComponentSubType | Edm.Int32 |
The subtype of component. |
| ComponentType | Edm.Int32 |
The type of component. |
| DisplayName | Edm.String |
The display name of the component. |
| ParentEntityId | Edm.Guid |
The unique identifier of the parent entity. |
| ParentEntityName | Edm.String |
The logical name of the parent entity. |
| SchemaName | Edm.String |
The schema name of the component. |
Used by
The following use the Component ComplexType.
| Name | How used |
|---|---|
| ValidationIssue | RequiredComponents Property |