Class SystemInfoModel<T>
说明
public class SystemInfoModel<T> : SystemInfoModel, INotifyPropertyChanged where T : ISystemFileInfo
Type Parameters
T
- Inheritance
-
SystemInfoModel<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SystemInfoModel()
public SystemInfoModel()
SystemInfoModel(T)
public SystemInfoModel(T model)
Parameters
model
T
Properties
Logo
图片路径
public Icon Logo { get; }
Property Value
Model
说明
public T Model { get; set; }
Property Value
- T