internal void Property(string propertyName, OrientType type) { _compiler.Unique(Q.Property, propertyName, type.ToString()); }
internal void LinkedType(OrientType type) { _compiler.Unique(Q.LinkedType, type.ToString()); }
public override string ToString() { return(" and, rotates up to follow " + orientation.ToString()); }