Membres Method (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
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."
Les tableaux suivants contiennent la liste des membres exposés par le type Method .
Champs publics
Haut de page
Propriétés publiques
Nom | Description | |
---|---|---|
Id | Gets the unique ID of each metadata object.(hérité de MetadataObject) | |
IsCached | Determines whether the metadata object is cached or not.(hérité de MetadataObject) | |
IsStatic | Returns a Boolean true or false indicating whether the method is static. | |
Name | Gets the name of the metadata object.(hérité de MetadataObject) |
Haut de page
Méthodes publiques
(voir aussi Méthodes protégées )
Nom | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether the metadata object contains a localized display name.(hérité de MetadataObject) | |
CreateDefaultParameterInstances | Creates parameters with default values for the specified method instance. | |
Equals | Surchargé. (hérité de 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.(hérité de MetadataObject) | |
GetFilterDescriptors | Gets the filters associated with this method. | |
GetFilters | Gets the filters associated with the specified method instance. | |
GetHashCode | (hérité de Object) | |
GetInputParameters | Gets the input parameters for this method. | |
GetLocalizedDisplayName | Gets the localized display name of the metadata object.(hérité de 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.(hérité de MetadataObject) | |
GetType | (hérité de Object) | |
ReferenceEquals | (hérité de Object) | |
ToString | (hérité de Object) |
Haut de page
Méthodes protégées
Nom | Description | |
---|---|---|
Finalize | (hérité de Object) | |
Initialize | Initializes a Method object. | |
MemberwiseClone | (hérité de Object) |
Haut de page
Voir aussi
Référence
Method, classe
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms