Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
An argument exists inside trait references and provides name/value pairs for a trait reference. With arguments traits can contain data.
public class CdmArgumentDefinition extends CdmObjectSimple
Constructors
| Name | Description |
|---|---|
| CdmArgumentDefinition(CdmCorpusContext, string) ctx: The corpus context. name: The argument's name. |
Initializes a new instance of the CdmArgumentDefinition class. |
Properties
| Name | Type | Description |
|---|---|---|
| Name | string | The argument's name. |
| Value | dynamic | The argument's value. |
| Explanation | string | The argument's explanation. |
Methods
| Name | Description | Return Type |
|---|---|---|
| Copy(ResolveOptions, CdmObject) | See CdmObject.Copy(...). | CdmObject |
| Validate() | See CdmObject.Validate(). | bool |