The ResultProperties type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ResultProperties | Initializes a new instance of the ResultProperties class.
Creates an empty result properties collection. |
Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetProperty | Gets the value of a named property. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasPropertyValue | Checks a value exists for a named property. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Propagate | Create a new collection of result properties where all the
correct properties are forwarded.
|
![]() | PropertyExists | Checks if a property with a given name exists.
|
![]() | SetProperty | Sets the value of a named property.
|
Properties
Name | Description | |
---|---|---|
![]() | PropertyNames | Gets a list of the names of all properties for this instance. |
See Also