ProjectInfo Class
<DataContract()> _
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class ProjectInfo
Implements IHasAttributes, _
BaseEFEntity, _
IChangeTrackable, _
ISynergyEntity, _
ICloneable
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,
ICloneable
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^,
public ICloneable^
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,
ICloneable
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 | |
---|---|---|
![]() |
Clone() | |
![]() |
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 |
![]() |
cad_publish_output_path | The default path from the job root to the cad publish output folder |
![]() |
creator_name | the name of the project creator |
![]() |
delete_locked | Whether we should delete lock, so that the job can not be purged |
![]() |
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