Request

Response

    Class VersionData

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

    A container of data describing a version.

    [DataContract]
    public class VersionData : IFolderRefsData, IRefsData, IRelationshipRefsIncluded, IListRefsIncluded
    

    Inheritance

    object VersionData

    Implements

    IFolderRefsData , IRefsData , IRelationshipRefsIncluded , IListRefsIncluded

    Inherited Members

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

    Constructors

    VersionData()

    Initializes a new instance of the class.

    public VersionData()
    

    Properties

    Attributes

    Gets or Sets Attributes

    [DataMember(Name = "attributes", EmitDefaultValue = false)]
    public VersionAttributes Attributes { get; set; }
    

    Property Value

    VersionAttributes

    Id

    URN of the version object.

    [DataMember(Name = "id", EmitDefaultValue = false)]
    public string Id { get; set; }
    

    Property Value

    string

    Relationships

    Gets or Sets Relationships

    [DataMember(Name = "relationships", EmitDefaultValue = false)]
    public VersionDataRelationships Relationships { get; set; }
    

    Property Value

    VersionDataRelationships

    Type

    Gets or Sets Type

    [DataMember(Name = "type", EmitDefaultValue = true)]
    public TypeVersion Type { get; set; }
    

    Property Value

    TypeVersion

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.