Annotation |
public class AnnotationEntry : IEquatable<AnnotationEntry>
The AnnotationEntry type exposes the following members.
Name | Description | |
---|---|---|
AnnotationEntry(String, AnnotationScope) | Initializes a new instance of the AnnotationEntry struct. | |
AnnotationEntry(BodyPart, String, AnnotationScope) | Initializes a new instance of the AnnotationEntry struct. | |
AnnotationEntry(String, String, AnnotationScope) | Initializes a new instance of the AnnotationEntry struct. |
Name | Description | |
---|---|---|
Entry | Get the annotation entry specifier. | |
PartSpecifier | Get the part-specifier component of the annotation entry. | |
Path | Get the path component of the annotation entry. | |
Scope | Get the scope of the annotation. |
Name | Description | |
---|---|---|
Equals(AnnotationEntry) | Determines whether the specified AnnotationEntry is equal to the current AnnotationEntry. | |
Equals(Object) |
Determine whether the specified Object is equal to the current AnnotationEntry.
(Overrides ObjectEquals(Object)) | |
Finalize | (Inherited from Object) | |
GetHashCode |
Serves as a hash function for a AnnotationEntry object.
(Overrides ObjectGetHashCode) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
Parse | Parse an annotation entry. | |
ToString |
Returns a String that represents the current AnnotationEntry.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
Equality(AnnotationEntry, AnnotationEntry) | Determines whether two annotation entries are equal. | |
Inequality(AnnotationEntry, AnnotationEntry) | Determines whether two annotation entries are not equal. |
Name | Description | |
---|---|---|
AltSubject | An annotation entry for an alternate subject on a message. | |
Comment | An annotation entry for a comment on a message. | |
Flags | An annotation entry for flags on a message. | |
PrivateAltSubject | An annotation entry for a private alternate subject on a message. | |
PrivateComment | An annotation entry for a private comment on a message. | |
PrivateFlags | An annotation entry for private flags on a message. | |
SharedAltSubject | An annotation entry for a shared alternate subject on a message. | |
SharedComment | An annotation entry for a shared comment on a message. | |
SharedFlags | Aa annotation entry for shared flags on a message. |
An annotation entry.
For more information about annotations, see rfc5257.