Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
	
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
  
  
	
		
  
    
  
    Top
  
						
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataContract()> _
Public Class ProjectTemplate
Implements ISynergyEntity, _
IHasAttributes
This language is not supported or no code example is available.
[DataContract()]
public class ProjectTemplate : ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
[DataContract()]
public ref class ProjectTemplate : public ISynergyEntity^,
public IHasAttributes^
This language is not supported or no code example is available.
public
DataContract()
class ProjectTemplate
implements ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	Type | Get the entity type | 
 
	  
    
	 | 
	attributes | Get or set attributes | 
 
	  
    
	 | 
	id | Get or set the id | 
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). | 
   
    
	  
    
	 | 
	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 | Returns a string that represents the current object. (inherited from Object). | 
| Name | Description | |
|---|---|---|
		     
	    
	
	    
	   | 
	  description | A description of the template - cosmetic only, really | 
		     
	    
	
	    
	   | 
	  match_attributes | The list of attributes used in matching the template | 
		     
	    
	
	    
	   | 
	  naming_rule | An optional naming rule for the template | 
		     
	    
	
	    
	   | 
	  project_id | The project id this template uses | 
		     
	    
	
	    
	   | 
	  template_id | The individual id of the template | 
		     
	    
	
	    
	   | 
	  template_name | The template name | 
Contracts.Data.ProjectTemplate