Parameter 成员 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Represents the in, inout, out and return parameters of each method.
以下表格列出了由 Parameter 类型公开的成员。
公共属性
名称 | 说明 | |
---|---|---|
Direction | Gets the direction of the parameter | |
Id | Gets the unique ID of each metadata object.(继承自 MetadataObject) | |
IsCached | Determines whether the metadata object is cached or not.(继承自 MetadataObject) | |
Name | Gets the name of the metadata object.(继承自 MetadataObject) | |
OrdinalNumber | Gets the ordinal number of the parameter in the method signature. | |
TypeReflector | Gets the TypeReflector object of the TypeDescriptor object. |
页首
公共方法
(另请参阅 受保护的方法 )
名称 | 说明 | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether the metadata object contains a localized display name.(继承自 MetadataObject) | |
CreateDefaultInstance | Creates an instance of this parameter with the default value associated with the specified method instance using the TypeReflector associated with the Parameter. | |
Equals | 已重载。 (继承自 Object) | |
GetById | Gets a parameter given its ID. | |
GetDefaultDisplayName | Gets the default display name of the metadata object.(继承自 MetadataObject) | |
GetHashCode | (继承自 Object) | |
GetLocalizedDisplayName | Gets the localized display name of the metadata object.(继承自 MetadataObject) | |
GetMethod | Gets the method that this object is a parameter of. | |
GetProperties | Gets the properties associated with the metadata object.(继承自 MetadataObject) | |
GetRootTypeDescriptor | Returns the root type descriptor. | |
GetType | (继承自 Object) | |
ReferenceEquals | (继承自 Object) | |
ToString | (继承自 Object) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
Initialize | Initializes a Parameter object. | |
MemberwiseClone | (继承自 Object) |
页首
另请参阅
参考
Parameter 类
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间