AnnotationSelector Class A Sandcastle Documented Class Library
Annotation Selector
Inheritance Hierarchy

SystemObject
  Ontotext.S4.serviceAnnotationSelector

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class AnnotationSelector

The AnnotationSelector type exposes the following members.

Constructors

  NameDescription
Public methodAnnotationSelector
Create an annotation selector from an annotation set name and type.
Top
Methods

  NameDescription
Public methodStatic memberallAnnotationsFromClass
Create a selector selecting all annotations from the given set.
Public methodStatic memberannotationTypeFromDefaultSet
Create a selector selecting the given annotation type from the default annotation set.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetAnnotationClass
Public methodgetAnnotationType
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Top
Fields

  NameDescription
Public fieldStatic memberALL_FROM_DEFAULT_SET
Private fieldannotationSet
The annotation set name.
Private fieldannotationType
The annotation type.
Top
See Also

Reference