Class ProjectDataRelationships
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Contains links to resources related to this project.
[DataContract]
public class ProjectDataRelationships
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
ProjectDataRelationships()
Initializes a new instance of the
public ProjectDataRelationships()
Properties
Checklists
Gets or Sets Checklists
[DataMember(Name = "checklists", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksOnlyBim Checklists { get; set; }
Property Value
Cost
Gets or Sets Cost
[DataMember(Name = "cost", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksOnlyBim Cost { get; set; }
Property Value
Hub
Gets or Sets Hub
[DataMember(Name = "hub", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksInternalResource Hub { get; set; }
Property Value
Issues
Gets or Sets Issues
[DataMember(Name = "issues", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksOnlyBim Issues { get; set; }
Property Value
Locations
Gets or Sets Locations
[DataMember(Name = "locations", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksOnlyBim Locations { get; set; }
Property Value
Markups
Gets or Sets Markups
[DataMember(Name = "markups", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksOnlyBim Markups { get; set; }
Property Value
Rfis
Gets or Sets Rfis
[DataMember(Name = "rfis", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksOnlyBim Rfis { get; set; }
Property Value
RootFolder
Gets or Sets RootFolder
[DataMember(Name = "rootFolder", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksRootFolder RootFolder { get; set; }
Property Value
Submittals
Gets or Sets Submittals
[DataMember(Name = "submittals", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksOnlyBim Submittals { get; set; }
Property Value
TopFolders
Gets or Sets TopFolders
[DataMember(Name = "topFolders", EmitDefaultValue = false)]
public ProjectDataRelationshipsTopFolders TopFolders { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.