Share via


Method Members

Include Protected Members
Include Inherited Members

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

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method CreateDefaultParameterInstances 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 Gets a method given its ID.
Public method GetDataClass Gets the DataClass object of the method.
Public method GetDefaultDisplayName Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetFilterDescriptors Gets the filters associated with this method.
Public method GetFilters Gets the filters associated with the specified method instance.
Public method GetHashCode (Inherited from Object.)
Public method GetInputParameters Gets the input parameters for this method.
Public method GetLocalizedDisplayName Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetMethodInstances Gets the MethodInstance objects that belong to this method.
Public method GetParameters Gets all parameters for this method.
Public method GetProperties Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetType (Inherited from Object.)
Protected method Initialize Initializes a Method object.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

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

Top

See Also

Reference

Method Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace