デフォルトの日本語項目名称を変換するためのディクショナリを取得
レコード番号などのデフォルト項目の項目名を変更している場合、このプロパティをオーバーライドしてください
Namespace: kintoneDotNET.APIAssembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
protected virtual List<NameConvertor> ConvertDictionary { get; set; }
Protected Overridable Property ConvertDictionary As List(Of NameConvertor)
Get
Set
protected:
virtual property List<NameConvertor^>^ ConvertDictionary {
List<NameConvertor^>^ get ();
void set (List<NameConvertor^>^ value);
}
abstract ConvertDictionary : List<NameConvertor> with get, set
override ConvertDictionary : List<NameConvertor> with get, set
Property Value
Type:
ListNameConvertorReturn Value
Type:
ListNameConvertor
Reference