Information about a project
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
	
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
  
  
	
		
  
    
  
    Top
  
						
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataContract()> _
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class ProjectInfo
Implements IHasAttributes, _
BaseEFEntity, _
IChangeTrackable, _
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public class ProjectInfo : IHasAttributes,
BaseEFEntity,
IChangeTrackable,
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class ProjectInfo : public IHasAttributes^,
public BaseEFEntity^,
public IChangeTrackable^,
public ISynergyEntity^
This language is not supported or no code example is available.
public
DataContract()
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)
class ProjectInfo
implements IHasAttributes,
BaseEFEntity,
IChangeTrackable,
ISynergyEntity
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
     
	
	    
	   | 
	  ProjectInfo() | 
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	Type | Get the entity type | 
 
	  
    
	 | 
	attributes | A set of attributes - may be null if not requested | 
 
	  
    
	 | 
	create_date | The date of the creation of this project | 
 
	  
    
	 | 
	creator_id | The id of the creator of this project | 
 
	  
    
	 | 
	description | An HTML description about the project | 
 
	  
    
	 | 
	id | The id of the project | 
 
	  
    
	 | 
	id_id | |
 
	  
    
	 | 
	id_serverid | |
 
	  
    
	 | 
	name | The name of the project | 
 
	  
    
	 | 
	type | The type of project | 
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	Copy() | |
 
	  
    
	 | 
	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). | 
 
	  
    
	 | 
	ToChangeTrackerString() | |
 
	  
    
	 | 
	ToString() | Get a string representation of the project (just the name) | 
| Name | Description | |
|---|---|---|
		     
	    
	
	    
	   | 
	  always_display_parent | Whether or not we should always display the parent with this one | 
		     
	    
	
	    
	   | 
	  creator_name | the name of the project creator | 
		     
	    
	
	    
	   | 
	  inherit_permissions | Whether or not we should inherit permissions from above | 
		     
	    
	
	    
	   | 
	  inherits_file_naming_rules | Whether to inherit file naming rule sets from the parent job | 
		     
	    
	
	    
	   | 
	  num_children | The number of children (projects) when this info was retrieved | 
		     
	    
	
	    
	   | 
	  num_folders | The number of folders when this info was retrieved | 
		     
	    
	
	    
	   | 
	  num_td_projects | The number of td projects when this info was retrieved | 
		     
	    
	
	    
	   | 
	  parent_project_id | The id of the parent project | 
		     
	    
	
	    
	   | 
	  rule_set | Project rule set | 
Contracts.Data.ProjectInfo