Classes | |
| class | CachedProject |
| Implements a simple serializable class describing basic project properties. More... | |
Public Member Functions | |
| ProjectsCache (ICollection< KeyValuePair< Guid, string >> customFields, int projectCount) | |
Static Public Member Functions | |
| static void | Serialze (ProjectsCache projectsCache, string path) |
| static ProjectsCache | Deserialze (string path) |
Properties | |
| string[] | CachedCustomFields [get, set] |
| CachedProject[] | CachedProjects [get, set] |
Definition at line 23 of file ProjectsCache.cs.
1.5.8