Table of Contents

Class SystemInfoModel<T>

Namespace
HeBianGu.Control.Explorer
Assembly
HeBianGu.Control.Explorer.dll

说明

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

图片路径

public Icon Logo { get; }

Property Value

Icon

Model

说明

public T Model { get; set; }

Property Value

T