Share via


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
Public property Direction Gets the direction of the parameter
Public property Id Gets the unique ID of each metadata object. (Inherited from MetadataObject.)
Public property IsCached Determines whether the metadata object is cached or not. (Inherited from MetadataObject.)
Public property Name Gets the name of the metadata object. (Inherited from MetadataObject.)
Public property OrdinalNumber Gets the ordinal number of the parameter in the method signature.
Public property TypeReflector Gets the TypeReflector object of the TypeDescriptor object.

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method CreateDefaultInstance Creates an instance of this parameter with the default value associated with the specified method instance using the TypeReflector associated with the Parameter.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetById Gets a parameter given its ID.
Public method GetDefaultDisplayName Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetLocalizedDisplayName Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetMethod Gets the method that this object is a parameter of.
Public method GetProperties Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetRootTypeDescriptor Returns the root type descriptor.
Public method GetType (Inherited from Object.)
Protected method Initialize Initializes a Parameter object.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

Parameter Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace