Acme.Northwind.Install.nHydrateDbObject.nHydrateDbObject C# (CSharp) Méthode

nHydrateDbObject() public méthode

public nHydrateDbObject ( ) : System
Résultat 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;
		}