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."
以下表格列出了由 Method 类型公开的成员。
公共字段
页首
公共属性
名称 | 说明 | |
---|---|---|
Id | Gets the unique ID of each metadata object.(继承自 MetadataObject) | |
IsCached | Determines whether the metadata object is cached or not.(继承自 MetadataObject) | |
IsStatic | Returns a Boolean true or false indicating whether the method is static. | |
Name | Gets the name of the metadata object.(继承自 MetadataObject) |
页首
公共方法
(另请参阅 受保护的方法 )
名称 | 说明 | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether the metadata object contains a localized display name.(继承自 MetadataObject) | |
CreateDefaultParameterInstances | Creates parameters with default values for the specified method instance. | |
Equals | 已重载。 (继承自 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.(继承自 MetadataObject) | |
GetFilterDescriptors | Gets the filters associated with this method. | |
GetFilters | Gets the filters associated with the specified method instance. | |
GetHashCode | (继承自 Object) | |
GetInputParameters | Gets the input parameters for this method. | |
GetLocalizedDisplayName | Gets the localized display name of the metadata object.(继承自 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.(继承自 MetadataObject) | |
GetType | (继承自 Object) | |
ReferenceEquals | (继承自 Object) | |
ToString | (继承自 Object) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
Initialize | Initializes a Method object. | |
MemberwiseClone | (继承自 Object) |
页首
另请参阅
参考
Method 类
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间