Ejemplo n.º 1
0
 public CompositeType GetDataUsingDataContract(CompositeType composite)
 {
     if (composite == null)
     {
         throw new ArgumentNullException("composite");
     }
     if (composite.BoolValue)
     {
         composite.StringValue += "Suffix";
     }
     return composite;
 }
Ejemplo n.º 2
0
 public string GetLog(CompositeType[] composite)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public CompositeType GetDataUsingDataContract(CompositeType composite, string name)
 {
     throw new NotImplementedException();
 }