C# Class Catbert4.Tests.Core.Helpers.CreateValidEntities

Datei anzeigen Open project: ucdavis/Catbert Class Usage Examples

Public Methods

Method Description
AccessToken ( int counter ) : AccessToken
Application ( int counter, bool populateAllFields = false ) : Application
ApplicationRole ( int counter ) : ApplicationRole
Audit ( int counter, bool populateAllFields = false ) : Audit
Message ( int counter ) : Message
Permission ( int counter ) : Permission
Role ( int counter ) : Role
School ( int counter ) : School
ServiceUser ( int counter ) : Models.ServiceUser
Unit ( int counter, bool populateAllFields = false ) : Unit
UnitAssociation ( int counter ) : UnitAssociation
User ( int counter, bool populateAllFields = false ) : User

Private Methods

Method Description
Extra ( this counter ) : string

Method Details

AccessToken() public static method

public static AccessToken ( int counter ) : AccessToken
counter int
return AccessToken

Application() public static method

public static Application ( int counter, bool populateAllFields = false ) : Application
counter int
populateAllFields bool
return Application

ApplicationRole() public static method

public static ApplicationRole ( int counter ) : ApplicationRole
counter int
return ApplicationRole

Audit() public static method

public static Audit ( int counter, bool populateAllFields = false ) : Audit
counter int
populateAllFields bool
return Audit

Message() public static method

public static Message ( int counter ) : Message
counter int
return Message

Permission() public static method

public static Permission ( int counter ) : Permission
counter int
return Permission

Role() public static method

public static Role ( int counter ) : Role
counter int
return Role

School() public static method

public static School ( int counter ) : School
counter int
return School

ServiceUser() public static method

public static ServiceUser ( int counter ) : Models.ServiceUser
counter int
return Models.ServiceUser

Unit() public static method

public static Unit ( int counter, bool populateAllFields = false ) : Unit
counter int
populateAllFields bool
return Catbert4.Core.Domain.Unit

UnitAssociation() public static method

public static UnitAssociation ( int counter ) : UnitAssociation
counter int
return UnitAssociation

User() public static method

public static User ( int counter, bool populateAllFields = false ) : User
counter int
populateAllFields bool
return User