Namespace:
Contracts.Responses
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
	
	
						
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
  
  
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataContract()> _
<System.Reflection.Obfuscation(Exclude = true)> _
Public Class EntityIDListResponse
Inherits OperationResponse
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true)]
public class EntityIDListResponse : OperationResponse
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true)]
public ref class EntityIDListResponse : public OperationResponse^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	EntityIDs | Get the ids | 
 
	  
    
	 | 
	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). |