C# Class EA.Iws.Web.Areas.NotificationMovements.ViewModels.Create.ThreeWorkingDaysWarningViewModel

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

Public Methods

Method Description
ThreeWorkingDaysWarningViewModel ( ) : System.Collections.Generic
ThreeWorkingDaysWarningViewModel ( int movementNumber ) : System.Collections.Generic
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable

Method Details

ThreeWorkingDaysWarningViewModel() public method

public ThreeWorkingDaysWarningViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

ThreeWorkingDaysWarningViewModel() public method

public ThreeWorkingDaysWarningViewModel ( int movementNumber ) : System.Collections.Generic
movementNumber int
return System.Collections.Generic

Validate() public method

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