Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Lingo.MemberTr

Summary

Holds the translation of a member's category and description.

Constructors

MemberTr(TrString category, MemberDescriptionTr memberDescription)
Constructor.
MemberTr(TrString category, TrString displayName, TrString description)
MemberTr(TrString displayName)
MemberTr(TrString displayName, TrString description)

Instance methods

string
  • Overrides: object.ToString()
Override, for debugging purposes only.

Instance fields

TrStringTranslation of the name of the category that this member belongs to.
TrStringHow this member should be described in the description section of the property grid.
TrStringHow this member should be named in the property grid.