FT.DB.Politician.Initialize C# (CSharp) Method

Initialize() private method

private Initialize ( ) : void
return void
        private void Initialize()
        {
            this._PoliticianLawVotes = new EntitySet<PoliticianLawVote>(new Action<PoliticianLawVote>(this.attach_PoliticianLawVotes), new Action<PoliticianLawVote>(this.detach_PoliticianLawVotes));
            this._ProposedLaws = new EntitySet<ProposedLaw>(new Action<ProposedLaw>(this.attach_ProposedLaws), new Action<ProposedLaw>(this.detach_ProposedLaws));
            this._Speakers = new EntitySet<Speaker>(new Action<Speaker>(this.attach_Speakers), new Action<Speaker>(this.detach_Speakers));
            this._Speeches = new EntitySet<Speech>(new Action<Speech>(this.attach_Speeches), new Action<Speech>(this.detach_Speeches));
            this._P20Questions = new EntitySet<P20Question>(new Action<P20Question>(this.attach_P20Questions), new Action<P20Question>(this.detach_P20Questions));
            this._P20Questions1 = new EntitySet<P20Question>(new Action<P20Question>(this.attach_P20Questions1), new Action<P20Question>(this.detach_P20Questions1));
            this._CommitteeTripParticipants = new EntitySet<CommitteeTripParticipant>(new Action<CommitteeTripParticipant>(this.attach_CommitteeTripParticipants), new Action<CommitteeTripParticipant>(this.detach_CommitteeTripParticipants));
            this._Image1 = default(EntityRef<Image>);
            this._Party = default(EntityRef<Party>);
            OnCreated();
        }