C# Класс KNFoundation.KNPropertyListSerialization

Показать файл Открыть проект

Открытые методы

Метод Описание
DataWithPropertyList ( object>.Dictionary plist ) : byte[]
PropertyListWithData ( byte data ) : object>.Dictionary

Gets the property list from the given XML data. This implementation of KNPropertyListSerialization requires that the base property list is a Dictionary.

Приватные методы

Метод Описание
ArrayFromArrayElement ( XmlNode arrayNode ) : ArrayList
DataFromDataElement ( XmlNode dataNode ) : byte[]
DateTimeFromDateElement ( XmlNode dateNode ) : System.DateTime
DictionaryFromDictElement ( XmlNode dictNode ) : object>.Dictionary
DoubleFromRealElement ( XmlNode realNode ) : double
IntegerFromIntegerElement ( XmlNode intNode ) : int
StringFromStringElement ( XmlNode stringNode ) : string

Описание методов

DataWithPropertyList() публичный статический Метод

public static DataWithPropertyList ( object>.Dictionary plist ) : byte[]
plist object>.Dictionary
Результат byte[]

PropertyListWithData() публичный статический Метод

Gets the property list from the given XML data. This implementation of KNPropertyListSerialization requires that the base property list is a Dictionary.
public static PropertyListWithData ( byte data ) : object>.Dictionary
data byte The plist XML data.
Результат object>.Dictionary