AbstractPofValue Methods |
The AbstractPofValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyChanges |
Apply all the changes that were made to this value and return a
binary representation of the new value.
|
![]() | EnsureReferenceRegistry |
Obtain the registry for identity-reference pairs, creating it if
necessary.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBoolean |
Return the Boolean which this IPofValue represents.
|
![]() | GetBooleanArray |
Return the Boolean[] which this IPofValue represents.
|
![]() | GetByte |
Return the Byte which this IPofValue represents.
|
![]() | GetByteArray |
Return the Byte[] which this IPofValue represents.
|
![]() | GetChanges |
Return a binary containing changes made to this IPofValue in the
format defined by the BinaryDeltaCompressor.
|
![]() | GetChar |
Return the Char which this IPofValue represents.
|
![]() | GetCharArray |
Return the Char[] which this IPofValue represents.
|
![]() | GetChild |
Locate a child IPofValue contained within this IPofValue.
|
![]() | GetCollection(ICollection) |
Return an ICollection of object values which this IPofValue
represents.
|
![]() | GetCollectionT(ICollectionT) |
Return an ICollection<T> of object values which this
IPofValue represents.
|
![]() | GetDate |
Return the DateTime which this IPofValue represents.
|
![]() | GetDateTime |
Return the DateTime which this IPofValue represents.
|
![]() | GetDayTimeInterval |
Return the TimeSpan which this IPofValue represents.
|
![]() | GetDecimal |
Return the Decimal which this IPofValue represents.
|
![]() | GetDictionary(IDictionary) |
Return an IDictionary of key/value pairs which this
IPofValue represents.
|
![]() | GetDictionaryTKey, TValue(IDictionaryTKey, TValue) |
Read an IDictionar<TKey, TValue>y of key/value pairs
which this IPofValue represents.
|
![]() | GetDouble |
Return the Double which this IPofValue represents.
|
![]() | GetDoubleArray |
Return the Double[] which this IPofValue represents.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInt16 |
Return the Int16 which this IPofValue represents.
|
![]() | GetInt16Array |
Return the Int16[] which this IPofValue represents.
|
![]() | GetInt32 |
Return the Int32 which this IPofValue represents.
|
![]() | GetInt32Array |
Return the Int32[] which this IPofValue represents.
|
![]() | GetInt64 |
Return the Int64 which this IPofValue represents.
|
![]() | GetInt64Array |
Return the Int64[] which this IPofValue represents.
|
![]() | GetSerializedValue |
Return this value's serialized form.
|
![]() | GetSingle |
Return the Single which this IPofValue represents.
|
![]() | GetSingleArray |
Return the Single[] which this IPofValue represents.
|
![]() | GetString |
Return the String which this IPofValue represents.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Return the deserialized value which this IPofValue represents.
|
![]() | GetValue(Int32) |
Return the deserialized value which this IPofValue represents.
|
![]() | GetValue(Type) |
Return the deserialized value which this IPofValue represents.
|
![]() | IncrementDirtyBytesCount |
Increment the counter representing the estimated number of bytes
in the original buffer that have been modified.
|
![]() | IncrementDirtyValuesCount |
Increment the counter representing the number of values within
this POF hierarchy that have been modified.
|
![]() | LookupIdentity |
Look up the specified identity and return the object to which it
refers.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterIdentity |
Register the passed value with the passed identity.
|
![]() | SetDirty |
Set the dirty flag for this value.
|
![]() | SetUniformEncoded |
Specifies that the buffer contains only a value, without a type
identifier.
|
![]() | SetValue |
Update this PofValue.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |