NoteTagCore Class

Aspose.Note for .NET API

NoteTagCore Class

The base class for note tag and note task.
Inheritance Hierarchy
SystemObject  Aspose.NoteNoteTagCore
    Aspose.NoteNoteTag
    Aspose.NoteNoteTask

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public abstract class NoteTagCore
Public MustInherit Class NoteTagCore
public ref class NoteTagCore abstract
[<AbstractClassAttribute>]
type NoteTagCore =  class end

The NoteTagCore type exposes the following members.

Constructors
  NameDescription
Protected methodNoteTagCore
Initializes a new instance of the NoteTagCore class.
Top
Properties
  NameDescription
Public propertyCompletedTime
Gets or sets the completed time.
Public propertyCreationTime
Gets or sets the creation time.
Public propertyIcon
Gets or sets the icon.
Public propertyStatus
Gets or sets the status.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(NoteTagCore)
Determines whether the specified object is equal to the current 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 methodGetHashCode
Serves as a hash function for the type.
(Overrides ObjectGetHashCode.)
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also