ProjectNoteInfo Class
Public Class ProjectNoteInfo
Inherits NoteInfo
Implements BaseEFEntity, _
IImportTarget, _
IChangeTrackable
This language is not supported or no code example is available.
public class ProjectNoteInfo : NoteInfo,
BaseEFEntity,
IImportTarget,
IChangeTrackable
This language is not supported or no code example is available.
public ref class ProjectNoteInfo : public NoteInfo^,
public BaseEFEntity^,
public IImportTarget^,
public IChangeTrackable^
This language is not supported or no code example is available.
public class ProjectNoteInfo
extends NoteInfo
implements BaseEFEntity,
IImportTarget,
IChangeTrackable
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
ProjectNoteInfo() |
Name | Description | |
---|---|---|
![]() |
body | The body of the note (inherited from NoteInfo). |
![]() |
created_date | |
![]() |
external_id | the external id of the note. eg a workflowmax project note. The value is assigned by an external system and imported into synergy. |
![]() |
from_id | Who the note is from (inherited from NoteInfo). |
![]() |
id | |
![]() |
id_id | |
![]() |
id_serverid | |
![]() |
in_reply_to | whether or not it's in reply to another note (inherited from NoteInfo). |
![]() |
subject | The subject of the note (inherited from NoteInfo). |
![]() |
target | The type of thing we're attaching a note to (inherited from NoteInfo). |
![]() |
target_id | the id of the thing we're attaching the note to (inherited from NoteInfo). |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | 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). |
![]() |
GetHashCode | Serves as the default hash function. (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). |
![]() |
ToChangeTrackerString() | |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |