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