Reads the annotation properties from given source element and assign them to specified annotation.

Namespace: FirstFloor.Documents.Annotations.Storage
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected abstract void ReadAnnotationProperties(
	T annotation,
	XElement source
)
Visual Basic
Protected MustOverride Sub ReadAnnotationProperties ( _
	annotation As T, _
	source As XElement _
)
Visual C++
protected:
virtual void ReadAnnotationProperties(
	T annotation, 
	XElement^ source
) abstract

Parameters

annotation
Type: T
The annotation.
source
Type: System.Xml.Linq..::..XElement
The source.

See Also