Interface IAnnotationFactory
Assembly: Api.dll
Syntax
public interface IAnnotationFactory
Methods
|
Edit this page
View Source
CreateAnnotation(JObject)
Declaration
IAnnotation CreateAnnotation(JObject json)
Parameters
| Type |
Name |
Description |
| JObject |
json |
|
Returns
|
Edit this page
View Source
CreateAnnotation<TAnnotationType>()
Declaration
TAnnotationType CreateAnnotation<TAnnotationType>() where TAnnotationType : class, IAnnotation
Returns
| Type |
Description |
| TAnnotationType |
Annotation object of requested type.
|
Type Parameters
| Name |
Description |
| TAnnotationType |
Type of annotation to be created.
|
Exceptions