C# 클래스 Tests.Helpers.ModelStateTester.TestModel

상속: IValidatableObject
파일 보기 프로젝트 열기: JonPSmith/SampleMvcWebApp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TestModel ( ) : System.Collections.Generic
TestModel ( string myString, int myInt, bool createValidationError ) : System.Collections.Generic
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable

메소드 상세

TestModel() 공개 메소드

public TestModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TestModel() 공개 메소드

public TestModel ( string myString, int myInt, bool createValidationError ) : System.Collections.Generic
myString string
myInt int
createValidationError bool
리턴 System.Collections.Generic

Validate() 공개 메소드

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