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 | |
---|---|---|
ParameterStruct(Parameter) | Initializes a new instance of the class. | |
ParameterStruct(UInt32, String, Boolean, Int32, Byte, DirectionType, UInt32, UInt32, Guid) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Direction | Gets or sets the direction of the parameter. | |
Id | Gets or sets the identifier (ID) of the metadata object. (Inherited from MetadataObjectStruct.) | |
IsCached | Gets or sets whether the metadata object is cached. (Inherited from MetadataObjectStruct.) | |
MethodId | Gets or sets the method identifier property. | |
Name | Gets or sets the name of the metadata object. (Inherited from MetadataObjectStruct.) | |
ObjectVersion | Gets or sets the object version. (Inherited from MetadataObjectStruct.) | |
OrdinalNumber | Gets or sets the ordinal number of the parameter in the method signature. | |
PartitionId | Gets or sets the partition identifier (ID). (Inherited from MetadataObjectStruct.) | |
RootTypeDescriptorId | Gets or sets the root type descriptor property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top