示例#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;
 }
 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;
 }
 public FieldVisitVerifyFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <FieldVisit>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
 public DelineationDeleteFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.JurisdictionManager
 })
 {
     _lakeTahoeInfoFeatureWithContextImpl = new NeptuneFeatureWithContextImpl <Delineation>(this);
     ActionFilter = _lakeTahoeInfoFeatureWithContextImpl;
 }
 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;
 }
 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;
 }