C# 클래스 MvcTemplate.Tests.ObjectFactory

파일 보기 프로젝트 열기: NonFactors/MVC5.Template

공개 메소드들

메소드 설명
CreateAccount ( Int32 id ) : Account
CreateAccountCreateView ( Int32 id ) : AccountCreateView
CreateAccountEditView ( Int32 id ) : AccountEditView
CreateAccountLoginView ( Int32 id ) : AccountLoginView
CreateAccountRecoveryView ( Int32 id ) : MvcTemplate.Objects.AccountRecoveryView
CreateAccountRegisterView ( Int32 id ) : AccountRegisterView
CreateAccountResetView ( Int32 id ) : MvcTemplate.Objects.AccountResetView
CreateAccountView ( Int32 id ) : AccountView
CreatePermission ( Int32 id ) : Permission
CreateProfileDeleteView ( Int32 id ) : ProfileDeleteView
CreateProfileEditView ( Int32 id ) : ProfileEditView
CreateRole ( Int32 id ) : Role
CreateRolePermission ( Int32 id ) : RolePermission
CreateRoleView ( Int32 id ) : RoleView

메소드 상세

CreateAccount() 공개 정적인 메소드

public static CreateAccount ( Int32 id ) : Account
id System.Int32
리턴 MvcTemplate.Objects.Account

CreateAccountCreateView() 공개 정적인 메소드

public static CreateAccountCreateView ( Int32 id ) : AccountCreateView
id System.Int32
리턴 MvcTemplate.Objects.AccountCreateView

CreateAccountEditView() 공개 정적인 메소드

public static CreateAccountEditView ( Int32 id ) : AccountEditView
id System.Int32
리턴 MvcTemplate.Objects.AccountEditView

CreateAccountLoginView() 공개 정적인 메소드

public static CreateAccountLoginView ( Int32 id ) : AccountLoginView
id System.Int32
리턴 MvcTemplate.Objects.AccountLoginView

CreateAccountRecoveryView() 공개 정적인 메소드

public static CreateAccountRecoveryView ( Int32 id ) : MvcTemplate.Objects.AccountRecoveryView
id System.Int32
리턴 MvcTemplate.Objects.AccountRecoveryView

CreateAccountRegisterView() 공개 정적인 메소드

public static CreateAccountRegisterView ( Int32 id ) : AccountRegisterView
id System.Int32
리턴 MvcTemplate.Objects.AccountRegisterView

CreateAccountResetView() 공개 정적인 메소드

public static CreateAccountResetView ( Int32 id ) : MvcTemplate.Objects.AccountResetView
id System.Int32
리턴 MvcTemplate.Objects.AccountResetView

CreateAccountView() 공개 정적인 메소드

public static CreateAccountView ( Int32 id ) : AccountView
id System.Int32
리턴 MvcTemplate.Objects.AccountView

CreatePermission() 공개 정적인 메소드

public static CreatePermission ( Int32 id ) : Permission
id System.Int32
리턴 MvcTemplate.Objects.Permission

CreateProfileDeleteView() 공개 정적인 메소드

public static CreateProfileDeleteView ( Int32 id ) : ProfileDeleteView
id System.Int32
리턴 MvcTemplate.Objects.ProfileDeleteView

CreateProfileEditView() 공개 정적인 메소드

public static CreateProfileEditView ( Int32 id ) : ProfileEditView
id System.Int32
리턴 MvcTemplate.Objects.ProfileEditView

CreateRole() 공개 정적인 메소드

public static CreateRole ( Int32 id ) : Role
id System.Int32
리턴 MvcTemplate.Objects.Role

CreateRolePermission() 공개 정적인 메소드

public static CreateRolePermission ( Int32 id ) : RolePermission
id System.Int32
리턴 MvcTemplate.Objects.RolePermission

CreateRoleView() 공개 정적인 메소드

public static CreateRoleView ( Int32 id ) : RoleView
id System.Int32
리턴 MvcTemplate.Objects.RoleView