Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
An entity attribute is an attribute that also points to an entity.
public class CdmEntityAttributeDefinition extends CdmAttribute
Constructors
| Name | Description |
|---|---|
| CdmEntityAttributeDefinition(CdmCorpusContext, string) ctx: The corpus context. name: The entity attribute's name. |
Initializes a new instance of the CdmEntityAttributeDefinition class. |
Properties
| Name | Type | Description |
|---|---|---|
| Description | string | The entity attribute's description. |
| DisplayName | string | The entity attribute's display name. |
| Entity | CdmEntityReference | The entity attribute's entity reference. |
Methods
| Name | Description | Return Type |
|---|---|---|
| IsDerivedFrom(string, ResolveOptions) | See CdmObject.IsDerivedFrom(...). | bool |
| Copy(ResolveOptions, CdmObject) | See CdmObject.Copy(...). | CdmObject |
| Validate() | See CdmObject.Validate(). | bool |