Class MetaRefs
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Metadata on the resources referenced by this resource.
[DataContract]
public class MetaRefs
Inheritance
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
public MetaRefs()
Properties
Direction
Gets or Sets Direction
[DataMember(Name = "direction", EmitDefaultValue = true)]
public MetarefsDirection Direction { get; set; }
Property Value
Extension
Gets or Sets Extension
[DataMember(Name = "extension", EmitDefaultValue = false)]
public BaseAttributesExtensionObjectWithSchemaLink Extension { get; set; }
Property Value
FromId
The ID of the resource from where data flows.
[DataMember(Name = "fromId", EmitDefaultValue = false)]
public string FromId { get; set; }
Property Value
FromType
Gets or Sets FromType
[DataMember(Name = "fromType", EmitDefaultValue = true)]
public TypeEntity FromType { get; set; }
Property Value
RefType
Gets or Sets RefType
[DataMember(Name = "refType", EmitDefaultValue = true)]
public TypeRef RefType { get; set; }
Property Value
ToId
The ID of the resource to where the data flows.
[DataMember(Name = "toId", EmitDefaultValue = false)]
public string ToId { get; set; }
Property Value
ToType
Gets or Sets ToType
[DataMember(Name = "toType", EmitDefaultValue = true)]
public TypeEntity ToType { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.