ParameterStruct Members

Include Protected Members
Include Inherited Members

Represents the in, in-out, out, and return parameters of each method.

The ParameterStruct type exposes the following members.

Constructors

  Name Description
Public method ParameterStruct(Parameter) Initializes a new instance of the class.
Public method ParameterStruct(UInt32, String, Boolean, Int32, Byte, DirectionType, UInt32, UInt32, Guid) Initializes a new instance of the class.

Top

Properties

  Name Description
Public property Direction Gets or sets the direction of the parameter.
Public property Id Gets or sets the identifier (ID) of the metadata object. (Inherited from MetadataObjectStruct.)
Public property IsCached Gets or sets whether the metadata object is cached. (Inherited from MetadataObjectStruct.)
Public property MethodId Gets or sets the method identifier property.
Public property Name Gets or sets the name of the metadata object. (Inherited from MetadataObjectStruct.)
Public property ObjectVersion Gets or sets the object version. (Inherited from MetadataObjectStruct.)
Public property OrdinalNumber Gets or sets the ordinal number of the parameter in the method signature.
Public property PartitionId Gets or sets the partition identifier (ID). (Inherited from MetadataObjectStruct.)
Public property RootTypeDescriptorId Gets or sets the root type descriptor property.

Top

Methods

  Name Description
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ParameterStruct Class

Microsoft.SharePoint.BusinessData.Administration.Client Namespace