Пример #1
0
 public RegionalSubbasinRevisionRequestCloseFeature() : base(new List <Role> {
     Role.Admin, Role.SitkaAdmin, Role.JurisdictionEditor, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <RegionalSubbasinRevisionRequest>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Пример #2
0
 public FieldDefinitionManageFeature() : base(new List <Role> {
     Role.Admin, Role.SitkaAdmin
 })
 {
     _neptuneFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FieldDefinitionType>(this);
     ActionFilter = _neptuneFeatureWithContextImpl;
 }
Пример #3
0
 public FundingSourceEditFeature() : base(new List <Role> {
     Role.Admin, Role.SitkaAdmin
 })
 {
     _firmaFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FundingSource>(this);
     ActionFilter = _firmaFeatureWithContextImpl;
 }
Пример #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;
 }
Пример #6
0
 public UserEditRoleFeature()
     : base(new List <Role> {
     Role.JurisdictionManager, Role.Admin, Role.SitkaAdmin
 })
 {
     _neptuneFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <Person>(this);
     ActionFilter = _neptuneFeatureWithContextImpl;
 }
Пример #7
0
 public MaintenanceRecordManageFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <MaintenanceRecord>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Пример #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;
 }
Пример #10
0
 public FieldVisitVerifyFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FieldVisit>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Пример #11
0
 public DelineationDeleteFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <Delineation>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Пример #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;
 }
Пример #14
0
 public FundingEventManageFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager, Role.JurisdictionEditor
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FundingEvent>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
Пример #15
0
 public UserViewFeature()
     : base(Role.All)
 {
     _neptuneFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <Person>(this);
     ActionFilter = _neptuneFeatureWithContextImpl;
 }