Метод | Описание | |
---|---|---|
AppendFileEntry ( string mediaType, string fullPath ) : void |
添加一个文件条目
|
|
AppendImageFileEntry ( string extensionName, string fullPath ) : void |
添加一个图片文件条目
|
|
CreatePicturesEntryElement ( ) : void |
创建图片目录条目
|
|
Load ( Stream inStream ) : void | ||
Load ( TextReader txtReader ) : void | ||
Load ( XmlReader reader ) : void | ||
Load ( string filename ) : void | ||
LoadXml ( string xml ) : void |
Метод | Описание | |
---|---|---|
Init ( ) : void |
public AppendFileEntry ( string mediaType, string fullPath ) : void | ||
mediaType | string | |
fullPath | string | |
Результат | void |
public AppendImageFileEntry ( string extensionName, string fullPath ) : void | ||
extensionName | string | |
fullPath | string | |
Результат | void |
public CreatePicturesEntryElement ( ) : void | ||
Результат | void |
public Load ( TextReader txtReader ) : void | ||
txtReader | TextReader | |
Результат | void |