public Operation () { faults = new OperationFaultCollection (this); messages = new OperationMessageCollection (this); parameterOrder = null; portType = null; extensions = new ServiceDescriptionFormatExtensionCollection (this); }
public Operation() { faults = new OperationFaultCollection(this); messages = new OperationMessageCollection(this); parameterOrder = null; portType = null; extensions = new ServiceDescriptionFormatExtensionCollection(this); }
public Operation () { faults = new OperationFaultCollection (this); messages = new OperationMessageCollection (this); #if !NET_2_0 name = String.Empty; #endif parameterOrder = null; portType = null; }
public Operation () { faults = new OperationFaultCollection (this); messages = new OperationMessageCollection (this); #if !NET_2_0 name = String.Empty; #endif parameterOrder = null; portType = null; #if NET_2_0 extensions = new ServiceDescriptionFormatExtensionCollection (this); #endif }
public Operation() { faults = new OperationFaultCollection(this); messages = new OperationMessageCollection(this); #if !NET_2_0 name = String.Empty; #endif parameterOrder = null; portType = null; #if NET_2_0 extensions = new ServiceDescriptionFormatExtensionCollection(this); #endif }
public void InitializeOperation() { // workaround for internal constructor Operation op = new Operation(); operations = op.Messages; }