'Declaration Public Function New( _
ByVal formatterThe formatter that should be used for serializing/deserializing of annotations.As AnnotationJsonFormatter, _
ByVal sessionDataStorageA data storage that stores images.As Vintasoft.Data.IDataStorage, _
ByVal globalResourcesDataStorageA data storage that stores global resources.As Vintasoft.Data.IDataStorage _
)
public VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage
)
public: VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter* formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage
)
public:
VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter^ formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage
)
Parameters
- formatter
- The formatter that should be used for serializing/deserializing of annotations.
- sessionDataStorage
- A data storage that stores images.
- globalResourcesDataStorage
- A data storage that stores global resources.