Acme.Northwind.Install.nHydrateDbObject.nHydrateDbObject C# (CSharp) 메소드

nHydrateDbObject() 공개 메소드

public nHydrateDbObject ( ) : System
리턴 System
		public nHydrateDbObject()
		{
			this.rowid = 0;
			this.id = null;
			this.CreatedDate = DateTime.Now;
			this.ModifiedDate = DateTime.Now;
			this.schema = null;
			this.ModelKey = Guid.Empty;
			this.Hash = null;
		}