TechTalk Genome v4.2

Annotation Class

Base class of annotations to be stored with the locks issued on the GAS.

For a list of all members of this type, see Annotation Members.

System.Object
   Annotation

public class Annotation

Remarks

To create annotations to be stored with the locks issued on the objects, one must implement the ILockAnnotationProvider interface. The ILockAnnotationProvider.GetAnnotation method should return with objects of Annotation subclasses.

Requirements

Namespace: TechTalk.Genome.Locking

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Orcale 9i Release 2, Oracle 10g Release 2

See Also

Annotation Members | TechTalk.Genome.Locking Namespace | ApplicationServer | ILockAnnotationProvider