Request

Response

    Class MetaRefs

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

    Metadata on the resources referenced by this resource.

    [DataContract]
    public class MetaRefs
    

    Inheritance

    object MetaRefs

    Inherited Members

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

    Constructors

    MetaRefs()

    Initializes a new instance of the class.

    public MetaRefs()
    

    Properties

    Direction

    Gets or Sets Direction

    [DataMember(Name = "direction", EmitDefaultValue = true)]
    public MetarefsDirection Direction { get; set; }
    

    Property Value

    MetarefsDirection

    Extension

    Gets or Sets Extension

    [DataMember(Name = "extension", EmitDefaultValue = false)]
    public BaseAttributesExtensionObjectWithSchemaLink Extension { get; set; }
    

    Property Value

    BaseAttributesExtensionObjectWithSchemaLink

    FromId

    The ID of the resource from where data flows.

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

    Property Value

    string

    FromType

    Gets or Sets FromType

    [DataMember(Name = "fromType", EmitDefaultValue = true)]
    public TypeEntity FromType { get; set; }
    

    Property Value

    TypeEntity

    RefType

    Gets or Sets RefType

    [DataMember(Name = "refType", EmitDefaultValue = true)]
    public TypeRef RefType { get; set; }
    

    Property Value

    TypeRef

    ToId

    The ID of the resource to where the data flows.

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

    Property Value

    string

    ToType

    Gets or Sets ToType

    [DataMember(Name = "toType", EmitDefaultValue = true)]
    public TypeEntity ToType { get; set; }
    

    Property Value

    TypeEntity

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.