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 | |
---|---|---|
![]() |
Id | Gets the unique ID of each metadata object. (Inherited from MetadataObject.) |
![]() |
IsCached | Determines whether the metadata object is cached or not. (Inherited from MetadataObject.) |
![]() |
IsStatic | Returns a Boolean true or false indicating whether the method is static. |
![]() |
Name | Gets the name of the metadata object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ContainsLocalizedDisplayName | Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.) |
![]() |
CreateDefaultParameterInstances | Creates parameters with default values for the specified method instance. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() ![]() |
GetById | Gets a method given its ID. |
![]() |
GetDataClass | Gets the DataClass object of the method. |
![]() |
GetDefaultDisplayName | Gets the default display name of the metadata object. (Inherited from MetadataObject.) |
![]() |
GetFilterDescriptors | Gets the filters associated with this method. |
![]() |
GetFilters | Gets the filters associated with the specified method instance. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetInputParameters | Gets the input parameters for this method. |
![]() |
GetLocalizedDisplayName | Gets the localized display name of the metadata object. (Inherited from MetadataObject.) |
![]() |
GetMethodInstances | Gets the MethodInstance objects that belong to this method. |
![]() |
GetParameters | Gets all parameters for this method. |
![]() |
GetProperties | Gets the properties associated with the metadata object. (Inherited from MetadataObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes a Method object. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace