ThinkingHome.Alice
ThinkingHome.Alice.Model.Properties
PropertyInfo<TParams> Class
Описание свойства с параметрами конкретного вида.
csharp
public abstract class PropertyInfo<TParams> : ThinkingHome.Alice.Model.Properties.PropertyInfoBaseType parameters
TParams
Inheritance System.Object → PropertyInfoBase → PropertyInfo<TParams>
Derived
↳ PropertyInfoEvent
↳ PropertyInfoFloat
Properties
PropertyInfo<TParams>.Parameters Property
Параметры свойства.
csharp
public TParams Parameters { get; set; }