public WorkspaceFeature(IWorkspaceFeature entity)
 {
     FeatureId = entity.FeatureId;
     Enabled   = entity.Enabled;
 }
Beispiel #2
0
 private WorkspaceFeature(IWorkspaceFeature entity)
 {
     FeatureId = entity.FeatureId;
     Enabled   = entity.Enabled;
 }