Exemplo n.º 1
0
 private void CopyMembers(DiagnosticMessage old)
 {
     this.entityName   = old.entityName;
     this.networkName  = old.networkName;
     this.serviceName  = old.serviceName;
     this.status       = old.status;
     this.errorMessage = old.errorMessage;
 }
Exemplo n.º 2
0
 private void InitializeMembers()
 {
     this.entityName   = String.Empty;
     this.networkName  = String.Empty;
     this.serviceName  = String.Empty;
     this.status       = DiagnosticMessageStatus.OK;
     this.errorMessage = String.Empty;
 }
Exemplo n.º 3
0
 private void CopyMembers(DiagnosticMessage old)
 {
     this.entityName = old.entityName;
     this.networkName = old.networkName;
     this.serviceName = old.serviceName;
     this.status = old.status;
     this.errorMessage = old.errorMessage;
 }
Exemplo n.º 4
0
 private void InitializeMembers()
 {
     this.entityName = String.Empty;
     this.networkName = String.Empty;
     this.serviceName = String.Empty;
     this.status = DiagnosticMessageStatus.OK;
     this.errorMessage = String.Empty;
 }