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

Initialize() private method

private Initialize ( ) : void
return void
        private void Initialize()
        {
            this._SpeechParas = new EntitySet<SpeechPara>(new Action<SpeechPara>(this.attach_SpeechParas), new Action<SpeechPara>(this.detach_SpeechParas));
            this._Speeches = new EntitySet<Speech>(new Action<Speech>(this.attach_Speeches), new Action<Speech>(this.detach_Speeches));
            this._Speech1 = default(EntityRef<Speech>);
            this._Deliberation = default(EntityRef<Deliberation>);
            this._Politician = default(EntityRef<Politician>);
            OnCreated();
        }