TDProjectInfo Class
<DataContract()> _
<Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class TDProjectInfo
Implements ISynergyEntity, _
IHasAttributes, _
ICloneable
This language is not supported or no code example is available.
[DataContract()]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public class TDProjectInfo : ISynergyEntity,
IHasAttributes,
ICloneable
This language is not supported or no code example is available.
[DataContract()]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class TDProjectInfo : public ISynergyEntity^,
public IHasAttributes^,
public ICloneable^
This language is not supported or no code example is available.
public
DataContract()
Obfuscation(Exclude = true, ApplyToMembers = true)
class TDProjectInfo
implements ISynergyEntity,
IHasAttributes,
ICloneable
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
CleanName | Get the clean name of the project |
![]() |
Type | Get the entity type |
![]() |
attributes | Attributes, if they were requested |
![]() |
id | The id of the td project |
Name | Description | |
---|---|---|
![]() |
Clone() | |
![]() |
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 | |
---|---|---|
![]() |
check_out_info | Information about a check out |
![]() |
cosmetic_path | A cosmetic path, which is of the form /Project/.../TDProject |
![]() |
created_by_id | The id of the user that created this project |
![]() |
created_on | The date time (UTC) when this was created |
![]() |
customisation_mode | |
![]() |
direct_path | A direct path, of the form ?ID=..&ServerID=... |
![]() |
folder_id | The id of the folder this project is stored in, when a check in and out project |
![]() |
inherits_file_attributes | |
![]() |
is_locked | Is this locked? |
![]() |
location | The network location, if it's that type of project |
![]() |
lock_info | Any lock info about this file |
![]() |
map_file_id | An optional map file, used for potentially checking a project on check in |
![]() |
map_file_mode | |
![]() |
name | THe name of the project |
![]() |
parent_folder_id | A parent folder id, which is where the actual project is stored (potentially) |
![]() |
parent_project_id | The parent project id |
![]() |
project_version | The 12d model version of the project |
![]() |
type | The project type |
![]() |
use_old_shares_when_disconnected | |
![]() |
version | The version we're getting info about |
Contracts.Data.TDProjectInfo