Interface IRtfPropertyDefinition
Определение свойства типа Rtf.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IRtfPropertyDefinition : IPropertyDefinition, IDeleteableApiObject, ICodeableApiObject, IAbsoluteCodeableApiObject, IBaseGroupMember, IPropertyQualifier, IAbleToHaveId, IAbleToHaveChangeableName, IAbleToHaveName, IAbleToHaveDescription, IApiObject, IApiEntity, INotifyPropertyChanged
Methods
AssignRtfPropertyValue(IPropertyValueOwner, IContract, IRtfPropertyValueData)
Присваивает значение свойства.
Declaration
IRtfPropertyValue AssignRtfPropertyValue(IPropertyValueOwner owner, IContract contract, IRtfPropertyValueData data)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyValueOwner | owner | Владелец значений свойств. |
| IContract | contract | Контракт. |
| IRtfPropertyValueData | data | Значение свойства. |
Returns
| Type | Description |
|---|---|
| IRtfPropertyValue | Значение свойства или null. |
AssignRtfPropertyValue(IPropertyValueOwner, IContract, string)
Присваивает значение свойства.
Declaration
IRtfPropertyValue AssignRtfPropertyValue(IPropertyValueOwner owner, IContract contract, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyValueOwner | owner | Владелец значений свойств. |
| IContract | contract | Контракт. |
| string | value | Значение свойства. |
Returns
| Type | Description |
|---|---|
| IRtfPropertyValue | Значение свойства или null. |
AssignRtfPropertyValue(IWideOperation, IPropertyValueOwner, IContract, string)
Присваивает значение свойства как часть массовой операции.
Declaration
void AssignRtfPropertyValue(IWideOperation wideOperation, IPropertyValueOwner owner, IContract contract, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| IWideOperation | wideOperation | Массовая операция. |
| IPropertyValueOwner | owner | Владелец значений свойств. |
| IContract | contract | Контракт. |
| string | value | Значение свойства. |
CreateRtfPropertyValueData(string)
Создает данные значения свойства типа Rtf.
Declaration
IRtfPropertyValueData CreateRtfPropertyValueData(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | Значение. |
Returns
| Type | Description |
|---|---|
| IRtfPropertyValueData | Данные значения свойства типа Rtf. |