Epiworx.Business.Feed.DataPortal_Create C# (CSharp) Method

DataPortal_Create() private method

private DataPortal_Create ( ) : void
return void
        protected override void DataPortal_Create()
        {
            using (this.BypassPropertyChecks)
            {
                this.CreatedDate = DateTime.Now;
            }

            this.Sources = Csla.DataPortal.CreateChild<FeedSources>();

            base.DataPortal_Create();
        }