Class Note
Represents a Note.
Inheritance
System.Object
    Note
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Note : IXmlSerializableProperties
CloseUrl
The close url.
Declaration
public string CloseUrl { get; set; }Property Value
| System.String 
 | 
Comments
The comment.
Declaration
public Note.CommentsContainer Comments { get; set; }Property Value
| Note.CommentsContainer 
 | 
CommentUrl
The comment url.
Declaration
public string CommentUrl { get; set; }Property Value
| System.String 
 | 
DateCreated
The creation date.
Declaration
public DateTime? DateCreated { get; set; }Property Value
| System.Nullable<System.DateTime> 
 | 
Id
Gets or sets the id.
Declaration
public long ? Id { get; set; }Property Value
| System.Nullable<System.Int64> 
 | 
Latitude
The latitude.
Declaration
public double ? Latitude { get; set; }Property Value
| System.Nullable<System.Double> 
 | 
Longitude
The longitude.
Declaration
public double ? Longitude { get; set; }Property Value
| System.Nullable<System.Double> 
 | 
Status
The status.
Declaration
public Note.NoteStatus? Status { get; set; }Property Value
| System.Nullable<Note.NoteStatus> 
 | 
Url
The url.
Declaration
public string Url { get; set; }Property Value
| System.String 
 | 
Methods
ParseNoteDate(String)
Declaration
public static DateTime? ParseNoteDate(string dateString)Parameters
| System.String
        dateString 
 | 
Returns
| System.Nullable<System.DateTime> 
 |