[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IReferenceGlobalProperty

接口 IReferenceGlobalProperty

Internal use.

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IReferenceGlobalProperty

方法

EnumGlobalPropertyName()

Internal use.

声明
IEnumerable<string> EnumGlobalPropertyName()
返回值
类型 描述
System.Collections.Generic.IEnumerable<T><string>

RenameGlobalPropertyName(Dictionary<string, string>)

Internal use.

声明
void RenameGlobalPropertyName(Dictionary<string, string> oldNameToNewName)
参数
类型 名称 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, string> oldNameToNewName