C# Class Ywdsoft.Utility.ConfigHandler.ConfigDescriptionCache

参数配置缓存
Show file Open project: CrazyJson/TaskManager Class Usage Examples

Public Methods

Method Description
GetTypeDiscription ( Type type ) : ConfigDescription

类型获取Attribute信息

Private Methods

Method Description
SetConfigValueType ( ConfigAttribute configAttr, Type propertyType ) : void

设置默认项数值类型-根据属性类型进行转换

Method Details

GetTypeDiscription() public static method

类型获取Attribute信息
public static GetTypeDiscription ( Type type ) : ConfigDescription
type System.Type Type
return ConfigDescription