Defines the contract for an annotation factory
Namespace: FirstFloor.Documents.Annotations.Storage
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The IAnnotationFactory type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AnnotationType |
Gets the type of the annotation supported by this factory.
|
Methods
Name | Description | |
---|---|---|
![]() | ReadAnnotation |
Reads an annotation from specified element.
|
![]() | WriteAnnotation |
Writes the annotation to an Xelement.
|
See Also