NoteTask Class

Aspose.Note for .NET API

NoteTask Class

Specifies the note task.
Inheritance Hierarchy
SystemObject  Aspose.NoteNoteTagCore
    Aspose.NoteNoteTask

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public sealed class NoteTask : NoteTagCore
Public NotInheritable Class NoteTask
	Inherits NoteTagCore
public ref class NoteTask sealed : public NoteTagCore
[<SealedAttribute>]
type NoteTask =  
    class
        inherit NoteTagCore
    end

The NoteTask type exposes the following members.

Constructors
  NameDescription
Public methodNoteTask
Initializes a new instance of the NoteTask class.
Top
Properties
  NameDescription
Public propertyCompletedTime
Gets or sets the completed time.
(Inherited from NoteTagCore.)
Public propertyCreationTime
Gets or sets the creation time.
(Inherited from NoteTagCore.)
Public propertyDueDate
Gets or sets the due date.
Public propertyIcon
Gets or sets the icon.
(Inherited from NoteTagCore.)
Public propertyStatus
Gets or sets the status.
(Inherited from NoteTagCore.)
Public propertyTaskType
Gets or sets the task type.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(NoteTagCore)
Determines whether the specified object is equal to the current object.
(Inherited from NoteTagCore.)
Public methodEquals(NoteTask)
Determines whether the specified object is equal to the current object.
Public methodGetHashCode
Serves as a hash function for the type.
(Overrides NoteTagCoreGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also