Ejemplo n.º 1
0
        public ClientOrderDetail(string containerId, YellowstonePathology.Business.Persistence.PersistenceModeEnum persistenceMode)
        {
            this.m_ValidationErrors  = new Dictionary <string, string>();
            this.ClientOrderId       = string.Empty;
            this.ClientOrderDetailId = string.Empty;
            this.m_ContainerId       = containerId;

            this.m_ClientOrderDetailAliquotCollection = new ClientOrderDetailAliquotCollection();
        }
Ejemplo n.º 2
0
 public ClientOrderDetail(YellowstonePathology.Business.Persistence.PersistenceModeEnum persistenceMode, string objectId)
 {
     this.m_ObjectId         = objectId;
     this.m_ValidationErrors = new Dictionary <string, string>();
     this.m_ClientOrderDetailAliquotCollection = new ClientOrderDetailAliquotCollection();
 }
Ejemplo n.º 3
0
 public ClientOrderDetail()
 {
     this.m_ValidationErrors = new Dictionary <string, string>();
     this.m_ClientOrderDetailAliquotCollection = new ClientOrderDetailAliquotCollection();
 }