Parameter Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Represents the in, inout, out and return parameters of each method.

The Parameter type exposes the following members.

Properties

  Name Description
Public property Direction Obsolete. Gets the direction of the parameter
Public property Id Obsolete. Gets the unique ID of each metadata object. (Inherited from MetadataObject.)
Public property IsCached Obsolete. Determines whether the metadata object is cached or not. (Inherited from MetadataObject.)
Public property Name Obsolete. Gets the name of the metadata object. (Inherited from MetadataObject.)
Public property OrdinalNumber Obsolete. Gets the ordinal number of the parameter in the method signature.
Public property TypeReflector Obsolete. Gets the TypeReflector object of the TypeDescriptor object.

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Obsolete. Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method CreateDefaultInstance Obsolete. 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 Obsolete. Gets a parameter given its ID.
Public method GetDefaultDisplayName Obsolete. Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetLocalizedDisplayName Obsolete. Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetMethod Obsolete. Gets the method that this object is a parameter of.
Public method GetProperties Obsolete. Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetRootTypeDescriptor Obsolete. Returns the root type descriptor.
Public method GetType (Inherited from Object.)
Protected method Initialize Obsolete. 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