Show / Hide Table of Contents

Class BaseUrlAction

Базовый класс для действий, связанных со ссылками.

Inheritance
Trivium.Common.Models.Entity
CardAction
BaseUrlAction
HttpExecuteAction
HyperLinkAction
Inherited Members
CardAction.Comment
CardAction.EnableExpressionId
Namespace: Trivium.CardsModel.ServerModel.Actions.UrlActions
Assembly: Trivium.CardsModel.dll
Syntax
public abstract class BaseUrlAction : CardAction, IEntity, IBaseEntity<int>, IBaseId<int>, IReadOnlyBaseEntity<int>, IReadOnlyBaseId<int>, IDependentEntryObject, ISourceAttributeCollector

Properties

string BaseUrl
Базовый адрес.
Nullable<int> BaseUrlExpressionId
Выражение для формирования базового адреса. Если выражение не задано, используется BaseUrl.
HttpUrlCardsParameter[] Parameters
Парметры для построения адреса.
Back to top Generated by DocFX