Method Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Represents operations related to an entity that you can perform in the line-of-business (LOB) application. Methods represent pointers to business logic in a business application. Examples of methods are "get a list of customers," "get the order with a specified ID," and "update the unit price of a product."

The Method type exposes the following members.

Properties

  Name Description
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 IsStatic Obsolete. Returns a Boolean true or false indicating whether the method is static.
Public property Name Obsolete. Gets the name of the metadata object. (Inherited from MetadataObject.)

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Obsolete. Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method CreateDefaultParameterInstances Obsolete. Creates parameters with default values for the specified method instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetById Obsolete. Gets a method given its ID.
Public method GetDataClass Obsolete. Gets the DataClass object of the method.
Public method GetDefaultDisplayName Obsolete. Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetFilterDescriptors Obsolete. Gets the filters associated with this method.
Public method GetFilters Obsolete. Gets the filters associated with the specified method instance.
Public method GetHashCode (Inherited from Object.)
Public method GetInputParameters Obsolete. Gets the input parameters for this method.
Public method GetLocalizedDisplayName Obsolete. Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetMethodInstances Obsolete. Gets the MethodInstance objects that belong to this method.
Public method GetParameters Obsolete. Gets all parameters for this method.
Public method GetProperties Obsolete. Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetType (Inherited from Object.)
Protected method Initialize Obsolete. Initializes a Method object.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member HttpHeaderPasswordPropertyName Obsolete.
Public fieldStatic member HttpHeaderUserNamePropertyName Obsolete.
Public fieldStatic member SoapHeaderPasswordFieldPropertyName Obsolete.
Public fieldStatic member SoapHeaderPasswordPropertyName Obsolete.
Public fieldStatic member SoapHeaderUserNameFieldPropertyName Obsolete.
Public fieldStatic member SoapHeaderUserNamePropertyName Obsolete.

Top

See Also

Reference

Method Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace