Share via


IParameter Members

Include Protected Members
Include Inherited Members

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

The IParameter type exposes the following members.

Properties

  Name Description
Public property Direction Gets the direction of the parameter.
Public property Id Gets the identifier of the metadata object. (Inherited from IMetadataStruct.)
Public property IsCached Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.)
Public property Name Gets the name of the metadata object. (Inherited from IMetadataStruct.)
Public property OrdinalNumber Gets the ordinal number of the parameter in the method signature.
Public property TypeReflector Gets the TypeReflector that corresponds to this parameter.

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.)
Public method CreateDefaultInstance Creates an instance of this parameter using the default values associated with the specified method instance.
Public method GetDefaultDisplayName Returns the default display name of this metadata object. (Inherited from IMetadataObject.)
Public method GetLocalizedDisplayName Returns the localized display name of this metadata object. (Inherited from IMetadataObject.)
Public method GetLocalizedNames Returns the localized names of this metadata object. (Inherited from IMetadataObject.)
Public method GetMethod Gets the method that contains this parameter.
Public method GetProperties Returns the properties of this metadata object. (Inherited from IMetadataObject.)
Public method GetRootTypeDescriptor Gets the top-level (root) type descriptor.

Top

See Also

Reference

IParameter Interface

Microsoft.BusinessData.MetadataModel Namespace