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 命名空间