o

dynamics.cli

metadata

object metadata

Metadata objects retrieveable from the CRM server. Metadata is converted to a scala-first format.

Procesing only grabs the user localized versions of localized strings.

TODO: Allow language selection on localized strings.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. metadata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Attribute extends AnyRef

    Attribute metadata.

  2. final case class AttributeTypeCode(code: Int, label: String) extends Product with Serializable

    Find an entity ignoring case in the entity's logical name.

  3. case class BasicAttribute(SchemaName: String, LogicalName: String, IsValidForRead: Boolean, IsPrimaryId: Boolean, IsLogical: Boolean, AttributeOf: Option[String] = None, AttributeType: AttributeTypeCode, ColumnNumber: Int = -1, MetadataId: String, EntityLogicalName: String, DisplayName: String) extends Attribute with Product with Serializable
  4. case class CRMSchema(entities: Seq[EntityDescription]) extends Product with Serializable

    Overall CRM schema.

  5. case class EntityDescription(Description: String, LogicalName: String, PrimaryId: String, PrimaryNameAttribute: String, DisplayName: String, DisplayCollectionName: String, LogicalCollectionName: String, EntitySetName: String, IsActivity: Boolean, MetadataId: String, ObjectTypeCode: Int, Attributes: Seq[Attribute] = Nil) extends Product with Serializable

    Entity metadata.

  6. sealed trait RequiredLevel extends AnyRef

    Required level in attribute metadata.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toRequiredLevel(n: String): Product with Serializable with RequiredLevel

    Convert parsed string to RequiredLevel.

  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  21. object ApplicationRequired extends RequiredLevel with Product with Serializable

    Application required.

  22. object AttributeTypeCode extends Serializable
  23. object NoRequirement extends RequiredLevel with Product with Serializable

    No requirement.

  24. object SystemRequired extends RequiredLevel with Product with Serializable

    System required

Inherited from AnyRef

Inherited from Any

Ungrouped