Chronozoom.Entities.Exhibit.Exhibit C# (CSharp) Метод

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

Constructor used to set default values.
public Exhibit ( ) : System
Результат System
        public Exhibit()
        {
            this.UpdatedTime = DateTime.UtcNow; // Must be set on creation else we'd need to store as datetime2, which isn't supported in CE.
        }
Exhibit