InterfaceIPListElement
A .Net representation of a PList element
Definition
Namespace:CE.iPhone.PList
Assembly:ArtOfTest.WebAii.dll
Syntax:
public interface IPListElement : IXmlSerializable
Derived Classes:
Inherited Members
Properties
IsBinaryUnique
Gets a value indicating whether this instance is written only once in binary mode.
Declaration
bool IsBinaryUnique { get; }
Property Value
true this instance is written only once in binary mode; otherwise, false.
Tag
Gets the Xml tag of this element.
Declaration
string Tag { get; }
Property Value
The Xml tag of this element.
Methods
GetPListElementCount()
Gets the count of PList elements in this element.
Declaration
int GetPListElementCount()
Returns
The count of PList elements in this element.
Remarks
Provided for internal use only.
GetPListElementLength()
Gets the length of this PList element.
Declaration
int GetPListElementLength()
Returns
The length of this PList element.
Remarks
Provided for internal use only.
ReadBinary(PListBinaryReader)
Reads this element binary from the reader.
Declaration
void ReadBinary(PListBinaryReader reader)
Parameters
reader
The from which the element is read.
Remarks
Provided for internal use only.
WriteBinary(PListBinaryWriter)
Writes this element binary to the writer.
Declaration
void WriteBinary(PListBinaryWriter writer)
Parameters
writer
The to which the element is written.
Remarks
Provided for internal use only.