Parameter Members
Include Protected Members
Include Inherited Members
Represents the in, in-out, out, and return parameters of each method.
The Parameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultDisplayName | Gets or sets the default display name. (Inherited from MetadataObject.) | |
Direction | Gets or sets the direction of the parameter (In, Out, InOut, Return). | |
Id | Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.) | |
IsCached | Indicates whether the object is cached. (Inherited from MetadataObject.) | |
LocalizedDisplayName | Gets or sets the localized display name. (Inherited from MetadataObject.) | |
LocalizedDisplayNames | Gets the collection of localized display names. (Inherited from MetadataObject.) | |
Method | Gets the method the parameter belongs to. | |
Name | Gets or sets the name of the object. (Inherited from MetadataObject.) | |
OrdinalNumber | Sets or gets the ordinal number of the parameter in the method signature. | |
Properties | Gets the property collection of the object. (Inherited from MetadataObject.) | |
RootTypeDescriptor | Gets the top-level (root) type descriptor for the parameter. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. (Inherited from MetadataObject.) | |
CreateRootTypeDescriptor | Creates a top-level (root) TypeDescriptor object for this parameter. | |
Delete | Deletes the MetadataObject object. (Inherited from MetadataObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindRootTypeDescriptor | Gets the top-level (root) TypeDescriptor object. | |
GetAccessControlList() | Gets the access control list for this metadata object. (Inherited from AccessControlledMetadataObject.) | |
GetAccessControlList(String) | Gets the access control list for this metadata object by using a setting identifier. (Inherited from AccessControlledMetadataObject.) | |
GetById | Gets the Parameter object given its identifier (ID). | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypeDescriptorByNameAndLevel | Gets the type descriptor by using the name and the level. | |
IsReturnParameter | Gets a Boolean value indicating whether the parameter is a return parameter. | |
MemberwiseClone | (Inherited from Object.) | |
MergeXml | Reads the Parameter definition from the specified resource XML for the specified method, and then merges its properties, localized names, and access control entries with the existing Parameter in the metadata store. | |
Read | Reads a Parameter object from the Business Data Connectivity (BDC) service. (Overrides MetadataObject.Read().) | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.) | |
ReadXml | Reads the Parameter definition from the specified metadata XML for the specified method. | |
ToString | (Inherited from Object.) | |
Update | Updates the object. (Inherited from MetadataObject.) | |
WriteSlicedXml | Writes a sliced XML fragment in the metadata store. (Inherited from MetadataObject.) | |
WriteXml(PackageContents) | Returns the XML representation of the MetadataObject. (Inherited from MetadataObject.) | |
WriteXml(PackageContents, String) | Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting. (Inherited from MetadataObject.) |
Top