Interface IPropertyOwnerScopeItem
Элемент области IPropertyOwnerScope, содержащий расширенную информацию о владельце свойств.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IPropertyOwnerScopeItem : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Properties
Возвращает свойства, связанные с областью поиска (для областей поиска по свойствам и полнотекстового поиска).
Declaration
IApiReadOnlyCollection<IProperty> Properties { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IProperty> |
PropertyOwner
Возвращает владельца свойств.
Declaration
IPropertyOwner PropertyOwner { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyOwner |