C# Class Pepino.Domain.Entities.HttpRequestOption

Inheritance: IEntity
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
GetRenderedValue ( string propertyName ) : string
RenderWithSavedPayloads ( IPayloadValueRetriever valueRetriever, IEnumerable payloads ) : void
ReplaceTokens ( string token, string value ) : void

Méthodes protégées

Méthode Description
HttpRequestOption ( ) : System
HttpRequestOption ( System.Guid id ) : System

Private Methods

Méthode Description
GetRequestOptionValue ( PropertyInfo httpRequestOptionProperty ) : string

Method Details

GetRenderedValue() public méthode

public GetRenderedValue ( string propertyName ) : string
propertyName string
Résultat string

HttpRequestOption() protected méthode

protected HttpRequestOption ( ) : System
Résultat System

HttpRequestOption() protected méthode

protected HttpRequestOption ( System.Guid id ) : System
id System.Guid
Résultat System

RenderWithSavedPayloads() public méthode

public RenderWithSavedPayloads ( IPayloadValueRetriever valueRetriever, IEnumerable payloads ) : void
valueRetriever IPayloadValueRetriever
payloads IEnumerable
Résultat void

ReplaceTokens() public abstract méthode

public abstract ReplaceTokens ( string token, string value ) : void
token string
value string
Résultat void