InfoAPILib
Bilioteka za pristup InfoAPI-ju
Public Member Functions | Static Public Member Functions | Protected Attributes | Properties | List of all members
InfoAPILib.InfoAPIProperties Class Reference
Inheritance diagram for InfoAPILib.InfoAPIProperties:
InfoAPILib.InfoAPIBase InfoAPILib.InfoAPIParams InfoAPILib.InfoAPIResult InfoAPILib.InfoAPIParamsINFO InfoAPILib.InfoAPIResultINFO

Public Member Functions

bool ShouldSerializeTableReferences ()
 
bool SaveDataBaseAttachmentToFile (string pFilePathName)
 Snima database_attachemnt u binarnu datoteku. Zadržava se izvorni format podataka. Ako su opdaci u PLAON_OBJ formatu onda će biti sačuvani kao JSON tekst. More...
 
void LoadDatabaseAttachmentFromFile (string pFilePathName)
 
void PrepareDatabaseAttachment ()
 
void UnpackDatabaseAttachment ()
 
DatabaseAttachmentTable GetDatabaseAttachmentTable (string pTableName)
 
void ReadTable< T > (string pTableName, IList< T > pDestinationTable)
 
new string Serialize ()
 Serijalizuje objekat More...
 
- Public Member Functions inherited from InfoAPILib.InfoAPIBase
 InfoAPIBase ()
 Конструктор More...
 
string Serialize ()
 Serijalizuje objekat More...
 
string Serialize (bool pIndented)
 Serializuje objekat sa identacijom More...
 
void Deserialize (string pSerializedInput)
 Deserijalizuje string u objekat More...
 

Static Public Member Functions

static bool ByteArrayToFile (string _FileName, byte[] _ByteArray)
 

Protected Attributes

InfoAPITableReferences TableReferences = new InfoAPITableReferences()
 
InfoAPIAttachments Attachments = new InfoAPIAttachments()
 

Properties

string database_format [get, set]
 
bool remove_empty_table_fields [get, set]
 
string DataBaseAttachment [get, protected set]
 
InfoAPIDatabaseAttachment DataBaseAttachmentUnpacked [get]
 
string paging_sort_exp [get, set]
 
int paging_selected_page [get, set]
 
int paging_page_len [get, set]
 
- Properties inherited from InfoAPILib.InfoAPIBase
string _class_name [get, set]
 Naziv klase. U API porukama je ovo uglavnom informativnog karaktera, a dobro dođe kada se analiziraju složene strukture More...
 
string app_option [get, set]
 app_option(char) Oznaka API funcije koju klijent poziva. Ovo je podatak na osnovu koga API server zna koju funkciju treba da izvrši. More...
 

Additional Inherited Members

- Public Attributes inherited from InfoAPILib.InfoAPIBase
IInfoAPIFormatter Formatter
 Objekat koji vrši serijalizaciju i deserijalizaciju More...
 
- Package Attributes inherited from InfoAPILib.InfoAPIBase
string __class_name = ""
 

Member Function Documentation

bool InfoAPILib.InfoAPIProperties.SaveDataBaseAttachmentToFile ( string  pFilePathName)

Snima database_attachemnt u binarnu datoteku. Zadržava se izvorni format podataka. Ako su opdaci u PLAON_OBJ formatu onda će biti sačuvani kao JSON tekst.

Parameters
pFilePathNamePutanja i naziv datoteke u koju treba snimiti podatke
Returns
new string InfoAPILib.InfoAPIProperties.Serialize ( )

Serijalizuje objekat


The documentation for this class was generated from the following file: