C# 클래스 TestProjectNoDBSpecificProps.Test.BO.TestUtilsSteeringWheel

파일 보기 프로젝트 열기: Chillisoft/habanero.smooth 1 사용 예제들

공개 메소드들

메소드 설명
CreateSavedSteeringWheel ( ) : SteeringWheel

Creates a new saved SteeringWheel with a random value assigned to every property

CreateUnsavedDefaultSteeringWheel ( ) : SteeringWheel

Creates a new unsaved SteeringWheel where all properties are null, except ID properties and those with default values. If there are compulsory properties without defaults, saving the object will throw an exception.

CreateUnsavedValidSteeringWheel ( ) : SteeringWheel

Creates a new unsaved SteeringWheel with a random value assigned to every property

메소드 상세

CreateSavedSteeringWheel() 공개 정적인 메소드

Creates a new saved SteeringWheel with a random value assigned to every property
public static CreateSavedSteeringWheel ( ) : SteeringWheel
리턴 TestProjectNoDBSpecificProps.BO.SteeringWheel

CreateUnsavedDefaultSteeringWheel() 공개 정적인 메소드

Creates a new unsaved SteeringWheel where all properties are null, except ID properties and those with default values. If there are compulsory properties without defaults, saving the object will throw an exception.
public static CreateUnsavedDefaultSteeringWheel ( ) : SteeringWheel
리턴 TestProjectNoDBSpecificProps.BO.SteeringWheel

CreateUnsavedValidSteeringWheel() 공개 정적인 메소드

Creates a new unsaved SteeringWheel with a random value assigned to every property
public static CreateUnsavedValidSteeringWheel ( ) : SteeringWheel
리턴 TestProjectNoDBSpecificProps.BO.SteeringWheel