Information about a project

Namespace: Contracts.Data
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
Public property Type Get the entity type
Public property attributes A set of attributes - may be null if not requested
Public property create_date The date of the creation of this project
Public property creator_id The id of the creator of this project
Public property description An HTML description about the project
Public property id The id of the project
Public property id_id
Public property id_serverid
Public property name The name of the project
Public property type The type of project
Top
Name Description
Public method Copy()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToChangeTrackerString()
Public method ToString() Get a string representation of the project (just the name)
Top
Name Description
Public field always_display_parent Whether or not we should always display the parent with this one
Public field creator_name the name of the project creator
Public field inherit_permissions Whether or not we should inherit permissions from above
Public field inherits_file_naming_rules Whether to inherit file naming rule sets from the parent job
Public field num_children The number of children (projects) when this info was retrieved
Public field num_folders The number of folders when this info was retrieved
Public field num_td_projects The number of td projects when this info was retrieved
Public field parent_project_id The id of the parent project
Public field rule_set Project rule set
Top
Contracts.Data.ProjectInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1