ModelBuilder.UnitTests.Person.Person C# (CSharp) Method

Person() public method

public Person ( Entity entity ) : System
entity Entity
return System
        public Person(Entity entity)
        {
            Id = entity.Id;
            IsActive = entity.IsActive;
        }

Same methods

Person::Person ( ) : System
Person::Person ( string firstName, string lastName, System.DateTime dob, bool isActive, System.Guid id, int priority ) : System