Interface ISessionMetadata
Метаданные сессии API.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ISessionMetadata : IApiObject, IApiEntity, INotifyPropertyChanged
Methods
GetPropertyDefinitionMetadata(PropertyType)
Возвращает метаданные определения свойства.
Declaration
IPropertyDefinitionMetadata GetPropertyDefinitionMetadata(PropertyType propertyType)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyType | propertyType | Тип свойства. |
Returns
| Type | Description |
|---|---|
| IPropertyDefinitionMetadata | Метаданные определения свойства. |