Struct SerializableRecentItem
public struct SerializableRecentItem
- Inherited Members
Properties
ID
public Guid ID { readonly get; set; }
Property Value
IsFavourite
public bool IsFavourite { readonly get; set; }
Property Value
LastTouched
public DateTime LastTouched { readonly get; set; }
Property Value
Text
public string Text { readonly get; set; }
Property Value
Type
public string Type { readonly get; set; }