IdentityDescriber.register

Register a description in describer.

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

Parameters

identity IdentityType

identity of component for which description is registered

title string

title of description

description string

description itself

Return Value

Type: typeof(this)

typeof(this)

Meta