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

Initialize() private method

private Initialize ( ) : void
return void
        private void Initialize()
        {
            this._LawChanges = new EntitySet<LawChange>(new Action<LawChange>(this.attach_LawChanges), new Action<LawChange>(this.detach_LawChanges));
            this._Sections = new EntitySet<Section>(new Action<Section>(this.attach_Sections), new Action<Section>(this.detach_Sections));
            this._LawChapter = default(EntityRef<LawChapter>);
            this._Law = default(EntityRef<Law>);
            OnCreated();
        }