AJH.CMS.Core.Entities.Gallery.Gallery C# (CSharp) Метод

Gallery() публичный Метод

public Gallery ( ) : System
Результат System
        public Gallery()
        {
            this.GalleryType = CMSEnums.GalleryType.Photo;
            this.GalleryItemType = CMSEnums.GalleryItemType.Internal;
            this.CategoryID = 0;
            this.CreationDate = DateTime.Now;
            this.Description = string.Empty;
            this.Details = string.Empty;
            this.ID = 0;
            this.File = string.Empty;
            this.IsDeleted = false;
            this.KeyWords = string.Empty;
            this.LanguageID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.SEOName = string.Empty;
            this.Summary = string.Empty;
            this.URL = string.Empty;
            this.Order = 0;
            this.CreatedBy = 0;
            this.ParentObjectID = 0;
        }
    }
Gallery