Skip to content

ThinkingHome.Alice

ThinkingHome.Alice.Model.Properties

PropertyInfo<TParams> Class

Описание свойства с параметрами конкретного вида.

csharp
public abstract class PropertyInfo<TParams> : ThinkingHome.Alice.Model.Properties.PropertyInfoBase

Type parameters

TParams

Inheritance System.ObjectPropertyInfoBase → PropertyInfo<TParams>

Derived
PropertyInfoEvent
PropertyInfoFloat

Properties

PropertyInfo<TParams>.Parameters Property

Параметры свойства.

csharp
public TParams Parameters { get; set; }

Property Value

TParams

Опубликовано под лицензией MIT