Interface ISinglePropertyValueOwner
Объект, владеющий только одним значением свойства.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ISinglePropertyValueOwner : IPropertyValueOwner, IApiObject, IApiEntity, INotifyPropertyChanged
Methods
AssignPropertyValue(IPropertyValueData)
Присваивает значение свойства.
Declaration
IPropertyValue AssignPropertyValue(IPropertyValueData data)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyValueData | data | Данные значения свойства. |
Returns
| Type | Description |
|---|---|
| IPropertyValue | Значение свойства или null. |
GetPropertyDefinition()
Возвращает определение свойства.
Declaration
IPropertyDefinition GetPropertyDefinition()
Returns
| Type | Description |
|---|---|
| IPropertyDefinition | Определение свойства. |