PropertyStore Members
Include Protected Members
Include Inherited Members
Represents a property store.
The PropertyStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PropertyStore(ReportObject) | Initializes a new instance of the PropertyStore class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ContainsBoolean(Int32) | Indicates whether a property contains a Boolean value. |
![]() |
ContainsInteger(Int32) | Indicates whether a property contains an int value. |
![]() |
ContainsObject(Int32) | Indicates whether a property contains an object. |
![]() |
ContainsSize(Int32) | Indicates whether a property contains a size. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetBoolean(Int32) | Gets a Boolean property. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetInteger(Int32) | Gets an integer property. |
![]() |
GetObject(Int32) | Gets an object property. |
![]() |
GetObject<T>(Int32) | Gets a property of type T. |
![]() |
GetSize(Int32) | Gets a size property. |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
RemoveBoolean(Int32) | Removes a Boolean property. |
![]() |
RemoveInteger(Int32) | Removes an int property. |
![]() |
RemoveObject(Int32) | Removes an object property. |
![]() |
RemoveProperty(Int32) | Removes a property. |
![]() |
RemoveSize(Int32) | Removes a size property. |
![]() |
SetBoolean(Int32, Boolean) | Sets a Boolean property. |
![]() |
SetInteger(Int32, Int32) | Sets an int property. |
![]() |
SetObject(Int32, Object) | Sets an object property. |
![]() |
SetSize(Int32, ReportSize) | Sets a size property. |
![]() |
ToString() | (Inherited from Object.) |
Top