Annotation Selector
Inheritance Hierarchy
Ontotext.S4.serviceAnnotationSelector
Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The AnnotationSelector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AnnotationSelector |
Create an annotation selector from an annotation set name and type.
|
Methods
| Name | Description | |
|---|---|---|
| allAnnotationsFromClass |
Create a selector selecting all annotations from the given set.
| |
| annotationTypeFromDefaultSet |
Create a selector selecting the given annotation type from the default annotation set.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getAnnotationClass | ||
| getAnnotationType | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Fields
| Name | Description | |
|---|---|---|
| ALL_FROM_DEFAULT_SET | ||
| annotationSet |
The annotation set name.
| |
| annotationType |
The annotation type.
|
See Also