Class AnnotationFactory
Inheritance
AnnotationFactory
Assembly: Sdk.dll
Syntax
public class AnnotationFactory : IAnnotationFactory
Methods
|
Edit this page
View Source
CreateAnnotation(JObject)
Declaration
public IAnnotation CreateAnnotation(JObject json)
Parameters
Type |
Name |
Description |
JObject |
json |
|
Returns
|
Edit this page
View Source
CreateAnnotation<TAnnotationType>()
Declaration
public 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
Implements