C# Class Preact.Extensions

Afficher le fichier Open project: preact/preact-dotnet

Méthodes publiques

Méthode Description
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

Method Details

ForPerson() public static méthode

public static ForPerson ( this req, Person person ) : ActionEventCreateRequest
req this
person Person
Résultat ActionEventCreateRequest

WithAccount() public static méthode

public static WithAccount ( this actionEvent, Account account ) : ActionEvent
actionEvent this
account Account
Résultat ActionEvent

WithCreatedAt() public static méthode

public static WithCreatedAt ( this person, System.DateTime createdAt ) : Person
person this
createdAt System.DateTime
Résultat Person

WithEmail() public static méthode

public static WithEmail ( this person, string email ) : Person
person this
email string
Résultat Person

WithEvent() public static méthode

public static WithEvent ( this req, ActionEvent actionEvent ) : ActionEventCreateRequest
req this
actionEvent ActionEvent
Résultat ActionEventCreateRequest

WithExtras() public static méthode

public static WithExtras ( this actionEvent, object>.Dictionary extras ) : ActionEvent
actionEvent this
extras object>.Dictionary
Résultat ActionEvent

WithFacebookId() public static méthode

public static WithFacebookId ( this person, string facebookId ) : Person
person this
facebookId string
Résultat Person

WithHref() public static méthode

public static WithHref ( this actionLink, string href ) : ActionLink
actionLink this
href string
Résultat ActionLink

WithId() public static méthode

public static WithId ( this account, string id ) : Account
account this
id string
Résultat Account

WithLinks() public static méthode

public static WithLinks ( this actionEvent, ActionLink links ) : ActionEvent
actionEvent this
links ActionLink
Résultat ActionEvent

WithName() public static méthode

public static WithName ( this account, string name ) : Account
account this
name string
Résultat Account

WithName() public static méthode

public static WithName ( this actionEvent, string name ) : ActionEvent
actionEvent this
name string
Résultat ActionEvent

WithName() public static méthode

public static WithName ( this actionLink, string name ) : ActionLink
actionLink this
name string
Résultat ActionLink

WithName() public static méthode

public static WithName ( this person, string name ) : Person
person this
name string
Résultat Person

WithNote() public static méthode

public static WithNote ( this actionEvent, string note ) : ActionEvent
actionEvent this
note string
Résultat ActionEvent

WithProperties() public static méthode

public static WithProperties ( this person, object>.Dictionary properties ) : Person
person this
properties object>.Dictionary
Résultat Person

WithRevenue() public static méthode

public static WithRevenue ( this actionEvent, decimal revenue ) : ActionEvent
actionEvent this
revenue decimal
Résultat ActionEvent

WithStripeId() public static méthode

public static WithStripeId ( this person, string stripeId ) : Person
person this
stripeId string
Résultat Person

WithTwitterId() public static méthode

public static WithTwitterId ( this person, string twitterId ) : Person
person this
twitterId string
Résultat Person

WithUid() public static méthode

public static WithUid ( this person, string uid ) : Person
person this
uid string
Résultat Person