case class NavProperty(name: String, id: Option[String] = None, cast: Option[String] = None) extends Product with Serializable
To navigate to child lists. id accesses a specific child. Cast may be required e.g. with AttributeMetadata you need Microsoft.Dynamics.CRM.PicklistAttributeMetadata to return the proper set of attributes.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NavProperty
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All