case class AltId(parts: Seq[(String, String)]) extends DynamicsId with Product with Serializable
Alternate key. You'll need to quote the value in the string, if that's needed.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AltId
- Serializable
- Serializable
- Product
- Equals
- DynamicsId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AltId(parts: Seq[(String, String)])
Value Members
- val parts: Seq[(String, String)]
-
def
render(): String
- Definition Classes
- AltId → DynamicsId