Class BeginsWith
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Describes a query for retrieving objects whose names start with a specified text.
[DataContract]
public class BeginsWith : ISpecificPropertiesPayloadQuery
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
BeginsWith()
Initializes a new instance of the
public BeginsWith()
Properties
Prefix
Returns only the objects with their name
attribute beginning with the specified string.
The first element of the array contains the name of the attribute to match (name
). The second element contains the string to match. The array can have only two elements. Only the objects whose name begin with the specified string are returned.
[DataMember(Name = "$prefix", EmitDefaultValue = false)]
public List<string> Prefix { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
String presentation of the object