नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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 |