Ejemplo n.º 1
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} \"{1}\" \"{2}\"", base.ToString(), this.Cpu, this.Os));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1}", base.ToString(), this.Domain));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1} {2}", base.ToString(), this.RMbox, this.EMbox));
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1}", base.ToString(), DnsUtility.ToString(this.Data)));
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1} {2} {3} {4} {5} {6} {7}",
                              base.ToString(), this.Master, this.RMbox, this.Serial, DnsUtility.ToString(this.Refresh),
                              DnsUtility.ToString(this.Retry), DnsUtility.ToString(this.Expire), DnsUtility.ToString(this.Minimum)));
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns></returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1}", base.ToString(), this.Canonical));
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns></returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1}", base.ToString(), this.NewMailbox));
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} \"{1}\"", base.ToString(), this.Text));
 }
Ejemplo n.º 9
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns></returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1,-2} {2,-2} {3,-2} {4,-2}", base.ToString(),
                              this.Priority, this.Weight, this.Port, this.Target));
 }
Ejemplo n.º 10
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} \"{1}\"", base.ToString(), this.Specification));
 }
Ejemplo n.º 11
0
 /// <summary>
 /// Returns a <see cref="System.String"/> representation of this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> representation of this instance.</returns>
 public override string ToString()
 {
     return(DnsUtility.Format("{0} {1,-2} {2}", base.ToString(), this.Preference,
                              this.Exchange));
 }