A generic data operation response
        Namespace:
Contracts.Responses
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
	
						
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
  
  
	
		
  
    
  
    Top
  
						
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataContract()> _
<KnownType(typeof(Dictionary<string, object>))> _
<KnownType(typeof(Dictionary<EntityID, TDSharedElementInfo>))> _
<KnownType(typeof(DataOperationResponse<List<ServerWorkflowLibrary>>))> _
<KnownType(typeof(DataOperationResponse<List<Tuple<EntityID, List<GroupInfo>>>>))> _
<KnownType(typeof(DataOperationResponse<List<CADLayoutTemplateInfo>>))> _
<KnownType(typeof(DataOperationResponse<CADLayoutTemplateInfo>))> _
<Obfuscation(Exclude = true)> _
Public Class DataOperationResponse(Of _
T)
Inherits OperationResponse
This language is not supported or no code example is available.
[DataContract()]
[KnownType(typeof(Dictionary<string, object>))]
[KnownType(typeof(Dictionary<EntityID, TDSharedElementInfo>))]
[KnownType(typeof(DataOperationResponse<List<ServerWorkflowLibrary>>))]
[KnownType(typeof(DataOperationResponse<List<Tuple<EntityID, List<GroupInfo>>>>))]
[KnownType(typeof(DataOperationResponse<List<CADLayoutTemplateInfo>>))]
[KnownType(typeof(DataOperationResponse<CADLayoutTemplateInfo>))]
[Obfuscation(Exclude = true)]
public class DataOperationResponse<T> : OperationResponse
This language is not supported or no code example is available.
[DataContract()]
[KnownType(typeof(Dictionary<string, object>))]
[KnownType(typeof(Dictionary<EntityID, TDSharedElementInfo>))]
[KnownType(typeof(DataOperationResponse<List<ServerWorkflowLibrary>>))]
[KnownType(typeof(DataOperationResponse<List<Tuple<EntityID, List<GroupInfo>>>>))]
[KnownType(typeof(DataOperationResponse<List<CADLayoutTemplateInfo>>))]
[KnownType(typeof(DataOperationResponse<CADLayoutTemplateInfo>))]
[Obfuscation(Exclude = true)]
generic<typename T>
public ref class DataOperationResponse : public OperationResponse^
This language is not supported or no code example is available.
Type Parameters
- T
 - 
		
the data type
 
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	EventID | Get or set the event id associated with this response (inherited from OperationResponse). | 
 
	  
    
	 | 
	IsException | Get or set any exception message (inherited from OperationResponse). | 
 
	  
    
	 | 
	Level | Get the level (inherited from OperationResponse). | 
 
	  
    
	 | 
	Message | Get the message (inherited from OperationResponse). | 
 
	  
    
	 | 
	Ok | Is this response ok? (inherited from OperationResponse). | 
 
	  
    
	 | 
	ServerEventID | The response may carry a server id (inherited from OperationResponse). | 
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). | 
 
	  
	 
    
	 | 
	Error(long, string) | Create an error (inherited from OperationResponse). | 
 
	  
	 
    
	 | 
	ErrorWithData<T>(long, string, T) | (inherited from OperationResponse). | 
   
    
	  
    
	 | 
	Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | 
 
	  
    
	 | 
	GetHashCode | Serves as the default hash function. (inherited from Object). | 
 
	  
    
	 | 
	GetType | Gets the Type of the current instance. (inherited from Object). | 
   
    
	  
    
	 | 
	MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | 
 
	  
    
	 | 
	ToString() | Convert to a string - just get the message, if there is one (inherited from OperationResponse). | 
| Name | Description | |
|---|---|---|
		     
	    
	
	    
	   | 
	  DataOperationResponse.data | The data value |