EnergyTrading.MDM.Test.Domain.EF.Commodity.Commodity C# (CSharp) Method

Commodity() public method

public Commodity ( ) : System
return System
        public Commodity()
        {
            this.Mappings = new List<CommodityMapping>();
            this.Validity = new DateRange();
            this.Timestamp = new byte[] { 0, 0, 0, 0, 0, 0, 0, 0 };
        }