C# Class EA.Iws.Web.Areas.NotificationApplication.ViewModels.WasteOperations.TechnologyEmployedViewModel

Inheritance: IValidatableObject
Mostra file Open project: EnvironmentAgency/prsd-iws

Private Properties

Property Type Description

Public Methods

Method Description
TechnologyEmployedViewModel ( ) : System
TechnologyEmployedViewModel ( System.Guid notificationId, TechnologyEmployedData technologyEmployedData ) : System
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable

Method Details

TechnologyEmployedViewModel() public method

public TechnologyEmployedViewModel ( ) : System
return System

TechnologyEmployedViewModel() public method

public TechnologyEmployedViewModel ( System.Guid notificationId, TechnologyEmployedData technologyEmployedData ) : System
notificationId System.Guid
technologyEmployedData TechnologyEmployedData
return System

Validate() public method

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable
validationContext System.ComponentModel.DataAnnotations.ValidationContext
return IEnumerable