Parameter Members
Include Protected Members
Include Inherited Members
Represents the in, inout, out and return parameters of each method.
The Parameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Direction | Gets the direction of the parameter | |
Id | Gets the unique ID of each metadata object. (Inherited from MetadataObject.) | |
IsCached | Determines whether the metadata object is cached or not. (Inherited from MetadataObject.) | |
Name | Gets the name of the metadata object. (Inherited from MetadataObject.) | |
OrdinalNumber | Gets the ordinal number of the parameter in the method signature. | |
TypeReflector | Gets the TypeReflector object of the TypeDescriptor object. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.) | |
CreateDefaultInstance | Creates an instance of this parameter with the default value associated with the specified method instance using the TypeReflector associated with the Parameter. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetById | Gets a parameter given its ID. | |
GetDefaultDisplayName | Gets the default display name of the metadata object. (Inherited from MetadataObject.) | |
GetHashCode | (Inherited from Object.) | |
GetLocalizedDisplayName | Gets the localized display name of the metadata object. (Inherited from MetadataObject.) | |
GetMethod | Gets the method that this object is a parameter of. | |
GetProperties | Gets the properties associated with the metadata object. (Inherited from MetadataObject.) | |
GetRootTypeDescriptor | Returns the root type descriptor. | |
GetType | (Inherited from Object.) | |
Initialize | Initializes a Parameter object. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace