IDiaryNote Interface

Stator | API Documentation
Identifies a diarynote which can be imported into Stator.

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public interface IDiaryNote

The IDiaryNote type exposes the following members.

Properties

  NameDescription
Public propertyAttachment
A file attachment for the diarynote. This should be a valid (absolute) path to the attachment.
i.e. C:\Contract Notes\20180325_GE_Purchase.pdf or www.contract_notes.com/2018325_GE_Purchase.pdf.
Public propertyAttachmentDescription
A description for the diarynote attachment.
Public propertyDateCreated
The date/time the diarynote was created.
Public propertyNoteDate
The date/time for the diarynote.
Public propertyNoteText
The text for the diarynote.
Public propertyNoteType
The type for the diarynote, i.e. General, Position, News
Public propertyParentUniqueIdentifier
A unique identifier for the parent which owns this diarynote.
Public propertyUniqueIdentifier
Unique identifier for this diarynote.
Top
See Also

Reference