Beispiel #1
0
 public void LoadSimpleLocationFromProject(Project project)
 {
     ProjectLocationPoint        = project.GetProjectLocationPoint(true);
     ProjectLocationNotes        = project.ProjectLocationNotes;
     ProjectLocationSimpleTypeID = project.ProjectLocationSimpleTypeID;
     LocationIsPrivate           = project.LocationIsPrivate;
 }
Beispiel #2
0
 public LocationSimpleViewModel(ProjectFirmaModels.Models.Project project) :
     base(project.GetProjectLocationPoint(true), project.ProjectLocationSimpleType.ToEnum, project.ProjectLocationNotes, project.LocationIsPrivate)
 {
     Comments = project.LocationSimpleComment;
 }