Ejemplo n.º 1
0
 public RegionalSubbasinRevisionRequestCloseFeature() : base(new List <Role> {
     Role.Admin, Role.SitkaAdmin, Role.JurisdictionEditor, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <RegionalSubbasinRevisionRequest>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 2
0
 public FieldDefinitionManageFeature() : base(new List <Role> {
     Role.Admin, Role.SitkaAdmin
 })
 {
     _neptuneFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FieldDefinitionType>(this);
     ActionFilter = _neptuneFeatureWithContextImpl;
 }
Ejemplo n.º 3
0
 public FundingSourceEditFeature() : base(new List <Role> {
     Role.Admin, Role.SitkaAdmin
 })
 {
     _firmaFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FundingSource>(this);
     ActionFilter = _firmaFeatureWithContextImpl;
 }
Ejemplo n.º 4
0
 public TreatmentBMPAssessmentPhotoManageFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionEditor, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <TreatmentBMPAssessmentPhoto>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
 public OnlandVisualTrashAssessmentDeleteFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <OnlandVisualTrashAssessment>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 6
0
 public UserEditRoleFeature()
     : base(new List <Role> {
     Role.JurisdictionManager, Role.Admin, Role.SitkaAdmin
 })
 {
     _neptuneFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <Person>(this);
     ActionFilter = _neptuneFeatureWithContextImpl;
 }
Ejemplo n.º 7
0
 public MaintenanceRecordManageFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <MaintenanceRecord>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 8
0
 public FieldVisitCreateFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <TreatmentBMP>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
 public WaterQualityManagementPlanManageFeature()
     : base(new List <Role> {
     Role.JurisdictionManager, Role.Admin, Role.SitkaAdmin, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <WaterQualityManagementPlan>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 10
0
 public FieldVisitVerifyFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FieldVisit>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 11
0
 public DelineationDeleteFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <Delineation>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 12
0
 public NeptunePageManageFeature()
     : base(new List <Role> {
     Role.Admin, Role.SitkaAdmin
 })
 {
     _neptuneFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <NeptunePage>(this);
     ActionFilter = _neptuneFeatureWithContextImpl;
 }
 public StormwaterJurisdictionViewFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <StormwaterJurisdiction>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 14
0
 public FundingEventManageFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FundingEvent>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Ejemplo n.º 15
0
 public UserViewFeature()
     : base(Role.All)
 {
     _neptuneFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <Person>(this);
     ActionFilter = _neptuneFeatureWithContextImpl;
 }