public ConstituencyMps()
     : base(default(Guid))
 {
     Constituency = ConstituencyRef.CreateEmpty();
     Candidate    = CandidateRef.CreateEmpty();
 }
 public ConstituencyMps(Guid id)
     : base(id)
 {
     Constituency = ConstituencyRef.CreateEmpty();
     Candidate    = CandidateRef.CreateEmpty();
 }
 public ConstituencyMps(Guid id, DateTime dateCreated, DateTime dateLastUpdated, EntityStatus status)
     : base(id, dateCreated, dateLastUpdated, status)
 {
     Constituency = ConstituencyRef.CreateEmpty();
     Candidate    = CandidateRef.CreateEmpty();
 }
 public WardMcas()
     : base(default(Guid))
 {
     Ward      = WardRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }
Beispiel #5
0
 protected bool Equals(CandidateRef other)
 {
     return(Id.Equals(other.Id) && string.Equals(FullName, other.FullName) && CandidateType == other.CandidateType && MasterDataType == other.MasterDataType);
 }
 public WardMcas(Guid id)
     : base(id)
 {
     Ward      = WardRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }
 public WardMcas(Guid id, DateTime dateCreated, DateTime dateLastUpdated, EntityStatus status)
     : base(id, dateCreated, dateLastUpdated, status)
 {
     Ward      = WardRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }
 public CountyGovernors()
     : base(default(Guid))
 {
     County    = CountyRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }
 public CountyGovernors(Guid id, DateTime dateCreated, DateTime dateLastUpdated, EntityStatus status)
     : base(id, dateCreated, dateLastUpdated, status)
 {
     County    = CountyRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }
 public CountyGovernors(Guid id)
     : base(id)
 {
     County    = CountyRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }
Beispiel #11
0
 public CountyWomenReps()
     : base(default(Guid))
 {
     County    = CountyRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }
Beispiel #12
0
 public CountyWomenReps(Guid id)
     : base(id)
 {
     County    = CountyRef.CreateEmpty();
     Candidate = CandidateRef.CreateEmpty();
 }