IPofWriter Methods |
The IPofWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNestedPofWriter(Int32) |
Obtain a PofWriter that can be used to write a set of properties into
a single property of the current user type. The returned PofWriter is
only valid from the time that it is returned until the next call is
made to this PofWriter.
| |
| CreateNestedPofWriter(Int32, Int32) |
Obtain a PofWriter that can be used to write a set of properties into
a single property of the current user type. The returned PofWriter is
only valid from the time that it is returned until the next call is
made to this PofWriter.
| |
| WriteArray(Int32, Array) |
Write an Array property to the POF stream.
| |
| WriteArray(Int32, Array, Type) |
Write a uniform Object[] property to the POF stream.
| |
| WriteBinary |
Write a Binary property to the POF stream.
| |
| WriteBoolean |
Write a Boolean property to the POF stream.
| |
| WriteBooleanArray |
Write a Boolean[] property to the POF stream.
| |
| WriteByte |
Write a Byte property to the POF stream.
| |
| WriteByteArray |
Write a Byte[] property to the POF stream.
| |
| WriteChar |
Write a Char property to the POF stream.
| |
| WriteCharArray |
Write a Char[] property to the POF stream.
| |
| WriteCollection(Int32, ICollection) |
Write an ICollection property to the POF stream.
| |
| WriteCollection(Int32, ICollection, Type) |
Write a uniform ICollection property to the POF stream.
| |
| WriteCollectionT(Int32, ICollectionT) |
Write a generic ICollection<T> property to the POF
stream.
| |
| WriteDate |
Write a DateTime property to the POF stream in ISO8601
format.
| |
| WriteDateTime |
Write a DateTime property to the POF stream in ISO8601
format.
| |
| WriteDayTimeInterval |
Write a TimeSpan property to the POF stream.
| |
| WriteDecimal |
Write a Decimal property to the POF stream.
| |
| WriteDictionary(Int32, IDictionary) |
Write an IDictionary property to the POF stream.
| |
| WriteDictionary(Int32, IDictionary, Type) |
Write a uniform IDictionary property to the POF stream.
| |
| WriteDictionary(Int32, IDictionary, Type, Type) |
Write a uniform IDictionary property to the POF stream.
| |
| WriteDictionaryTKey, TValue(Int32, IDictionaryTKey, TValue) |
Write a generic IDictionary<TKey, TValue> property
to the POF stream.
| |
| WriteDouble |
Write a Double property to the POF stream.
| |
| WriteDoubleArray |
Write a Double[] property to the POF stream.
| |
| WriteInt16 |
Write an Int16 property to the POF stream.
| |
| WriteInt16Array |
Write an Int16[] property to the POF stream.
| |
| WriteInt32 |
Write an Int32 property to the POF stream.
| |
| WriteInt32Array |
Write an Int32[] property to the POF stream.
| |
| WriteInt64 |
Write an Int64 property to the POF stream.
| |
| WriteInt64Array |
Write an Int64[] property to the POF stream.
| |
| WriteLocalDateTime |
Write a DateTime property to the POF stream in ISO8601
format.
| |
| WriteLocalTime |
Write a DateTime property to the POF stream in
ISO8601 format.
| |
| WriteLongArray(Int32, ILongArray) |
Write an ILongArray property to the POF stream.
| |
| WriteLongArray(Int32, ILongArray, Type) |
Write a uniform ILongArray property to the POF
stream.
| |
| WriteObject |
Write an Object property to the POF stream.
| |
| WriteRawDateTime |
Write a RawDateTime property to the POF stream.
| |
| WriteRawInt128 |
Write an RawInt128 property to the POF stream.
| |
| WriteRawTime |
Write a RawTime property to the POF stream.
| |
| WriteRawYearMonthInterval |
Write a RawYearMonthInterval property to the POF
stream.
| |
| WriteRemainder |
Write the remaining properties to the POF stream, terminating the
writing of the currrent user type.
| |
| WriteSingle |
Write a Single property to the POF stream.
| |
| WriteSingleArray |
Write a Single[] property to the POF stream.
| |
| WriteString |
Write a String property to the POF stream.
| |
| WriteTime |
Write a DateTime property to the POF stream in
ISO8601 format.
| |
| WriteTimeInterval |
Write a TimeSpan property to the POF stream.
| |
| WriteUniversalDateTime |
Write a DateTime property to the POF stream in ISO8601
format.
| |
| WriteUniversalTime |
Write a DateTime property to the POF stream in
ISO8601 format.
|