Class NoteComment
Notes are for authoring and reviewing comments related the the model or to the project.
Inheritance
System.Object
NoteComment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class NoteComment
Constructors
NoteComment()
Declaration
public NoteComment()
NoteComment(NoteComment)
Declaration
public NoteComment(NoteComment arg0)
Parameters
Type | Name | Description |
---|---|---|
NoteComment | arg0 |
Properties
Author
The author information associated with a comment
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Comment
The comment information associated with a comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Date
The date information associated with a comment
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
SetAuthorUser()
Set the Author string to the user's name
Declaration
public void SetAuthorUser()
SetDateNow()
Set the Date string to the formatted current local time
Declaration
public void SetDateNow()