C# Класс Preact.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ForPerson ( this req, Person person ) : ActionEventCreateRequest
WithAccount ( this actionEvent, Account account ) : ActionEvent
WithCreatedAt ( this person, System.DateTime createdAt ) : Person
WithEmail ( this person, string email ) : Person
WithEvent ( this req, ActionEvent actionEvent ) : ActionEventCreateRequest
WithExtras ( this actionEvent, object>.Dictionary extras ) : ActionEvent
WithFacebookId ( this person, string facebookId ) : Person
WithHref ( this actionLink, string href ) : ActionLink
WithId ( this account, string id ) : Account
WithLinks ( this actionEvent, ActionLink links ) : ActionEvent
WithName ( this account, string name ) : Account
WithName ( this actionEvent, string name ) : ActionEvent
WithName ( this actionLink, string name ) : ActionLink
WithName ( this person, string name ) : Person
WithNote ( this actionEvent, string note ) : ActionEvent
WithProperties ( this person, object>.Dictionary properties ) : Person
WithRevenue ( this actionEvent, decimal revenue ) : ActionEvent
WithStripeId ( this person, string stripeId ) : Person
WithTwitterId ( this person, string twitterId ) : Person
WithUid ( this person, string uid ) : Person

Описание методов

ForPerson() публичный статический Метод

public static ForPerson ( this req, Person person ) : ActionEventCreateRequest
req this
person Person
Результат ActionEventCreateRequest

WithAccount() публичный статический Метод

public static WithAccount ( this actionEvent, Account account ) : ActionEvent
actionEvent this
account Account
Результат ActionEvent

WithCreatedAt() публичный статический Метод

public static WithCreatedAt ( this person, System.DateTime createdAt ) : Person
person this
createdAt System.DateTime
Результат Person

WithEmail() публичный статический Метод

public static WithEmail ( this person, string email ) : Person
person this
email string
Результат Person

WithEvent() публичный статический Метод

public static WithEvent ( this req, ActionEvent actionEvent ) : ActionEventCreateRequest
req this
actionEvent ActionEvent
Результат ActionEventCreateRequest

WithExtras() публичный статический Метод

public static WithExtras ( this actionEvent, object>.Dictionary extras ) : ActionEvent
actionEvent this
extras object>.Dictionary
Результат ActionEvent

WithFacebookId() публичный статический Метод

public static WithFacebookId ( this person, string facebookId ) : Person
person this
facebookId string
Результат Person

WithHref() публичный статический Метод

public static WithHref ( this actionLink, string href ) : ActionLink
actionLink this
href string
Результат ActionLink

WithId() публичный статический Метод

public static WithId ( this account, string id ) : Account
account this
id string
Результат Account

WithLinks() публичный статический Метод

public static WithLinks ( this actionEvent, ActionLink links ) : ActionEvent
actionEvent this
links ActionLink
Результат ActionEvent

WithName() публичный статический Метод

public static WithName ( this account, string name ) : Account
account this
name string
Результат Account

WithName() публичный статический Метод

public static WithName ( this actionEvent, string name ) : ActionEvent
actionEvent this
name string
Результат ActionEvent

WithName() публичный статический Метод

public static WithName ( this actionLink, string name ) : ActionLink
actionLink this
name string
Результат ActionLink

WithName() публичный статический Метод

public static WithName ( this person, string name ) : Person
person this
name string
Результат Person

WithNote() публичный статический Метод

public static WithNote ( this actionEvent, string note ) : ActionEvent
actionEvent this
note string
Результат ActionEvent

WithProperties() публичный статический Метод

public static WithProperties ( this person, object>.Dictionary properties ) : Person
person this
properties object>.Dictionary
Результат Person

WithRevenue() публичный статический Метод

public static WithRevenue ( this actionEvent, decimal revenue ) : ActionEvent
actionEvent this
revenue decimal
Результат ActionEvent

WithStripeId() публичный статический Метод

public static WithStripeId ( this person, string stripeId ) : Person
person this
stripeId string
Результат Person

WithTwitterId() публичный статический Метод

public static WithTwitterId ( this person, string twitterId ) : Person
person this
twitterId string
Результат Person

WithUid() публичный статический Метод

public static WithUid ( this person, string uid ) : Person
person this
uid string
Результат Person