Response for finding place holders in a file
        Namespace:
Contracts.Responses
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
	
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
  
  
	
		
  
    
  
    Top
  
						
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataContract()> _
Public Class FilePlaceHoldersResponse
Inherits OperationResponse
This language is not supported or no code example is available.
[DataContract()]
public class FilePlaceHoldersResponse : OperationResponse
This language is not supported or no code example is available.
[DataContract()]
public ref class FilePlaceHoldersResponse : public OperationResponse^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
     
	
	    
	   | 
	  FilePlaceHoldersResponse(long) | 
| 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 | |
|---|---|---|
		     
	    
	
	    
	   | 
	  found_place_holders | All our found and resolved attributes | 
		     
	    
	
	    
	   | 
	  replacements | Any resolved replacements( not attributes) | 
		     
	    
	
	    
	   | 
	  unresolved_attribs | Any unresolved attributes or replacements |