Request

Response

    Class HubDataRelationships

    Namespace: Autodesk.DataManagement.Model
    Assembly: Autodesk.DataManagement.dll

    Contains links to resources that are directly related to this hub.

    [DataContract]
    public class HubDataRelationships
    

    Inheritance

    object HubDataRelationships

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    HubDataRelationships()

    Initializes a new instance of the class.

    public HubDataRelationships()
    

    Properties

    PimCollection

    Gets or Sets PimCollection

    [DataMember(Name = "pimCollection", EmitDefaultValue = false)]
    public HubDataRelationshipsPimCollection PimCollection { get; set; }
    

    Property Value

    HubDataRelationshipsPimCollection

    Projects

    Gets or Sets Projects

    [DataMember(Name = "projects", EmitDefaultValue = false)]
    public HubDataRelationshipsProjects Projects { get; set; }
    

    Property Value

    HubDataRelationshipsProjects

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.