IdentityDescriber.register

Register a description in describer.

  1. typeof(this) register(Description!IdentityType description)
    class IdentityDescriber(ComponentType = Object, IdentityType = string)
    @safe nothrow pure
    typeof(this)
    register
    ()
  2. typeof(this) register(IdentityType identity, string title, string description)

Parameters

description Description!IdentityType

description registered in describer.

Return Value

Type: typeof(this)

typeof(this)

Meta