Reads the annotation properties from given source element and assign them to specified annotation.
Namespace: FirstFloor.Documents.Annotations.StorageAssembly: 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 |
See Also