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

DataPortal_Create() private method

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

            base.DataPortal_Create();
        }