C# Class Preact.Extensions

显示文件 Open project: preact/preact-dotnet

Public Methods

Method 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 method

public static ForPerson ( this req, Person person ) : ActionEventCreateRequest
req this
person Person
return ActionEventCreateRequest

WithAccount() public static method

public static WithAccount ( this actionEvent, Account account ) : ActionEvent
actionEvent this
account Account
return ActionEvent

WithCreatedAt() public static method

public static WithCreatedAt ( this person, System.DateTime createdAt ) : Person
person this
createdAt System.DateTime
return Person

WithEmail() public static method

public static WithEmail ( this person, string email ) : Person
person this
email string
return Person

WithEvent() public static method

public static WithEvent ( this req, ActionEvent actionEvent ) : ActionEventCreateRequest
req this
actionEvent ActionEvent
return ActionEventCreateRequest

WithExtras() public static method

public static WithExtras ( this actionEvent, object>.Dictionary extras ) : ActionEvent
actionEvent this
extras object>.Dictionary
return ActionEvent

WithFacebookId() public static method

public static WithFacebookId ( this person, string facebookId ) : Person
person this
facebookId string
return Person

WithHref() public static method

public static WithHref ( this actionLink, string href ) : ActionLink
actionLink this
href string
return ActionLink

WithId() public static method

public static WithId ( this account, string id ) : Account
account this
id string
return Account

WithLinks() public static method

public static WithLinks ( this actionEvent, ActionLink links ) : ActionEvent
actionEvent this
links ActionLink
return ActionEvent

WithName() public static method

public static WithName ( this account, string name ) : Account
account this
name string
return Account

WithName() public static method

public static WithName ( this actionEvent, string name ) : ActionEvent
actionEvent this
name string
return ActionEvent

WithName() public static method

public static WithName ( this actionLink, string name ) : ActionLink
actionLink this
name string
return ActionLink

WithName() public static method

public static WithName ( this person, string name ) : Person
person this
name string
return Person

WithNote() public static method

public static WithNote ( this actionEvent, string note ) : ActionEvent
actionEvent this
note string
return ActionEvent

WithProperties() public static method

public static WithProperties ( this person, object>.Dictionary properties ) : Person
person this
properties object>.Dictionary
return Person

WithRevenue() public static method

public static WithRevenue ( this actionEvent, decimal revenue ) : ActionEvent
actionEvent this
revenue decimal
return ActionEvent

WithStripeId() public static method

public static WithStripeId ( this person, string stripeId ) : Person
person this
stripeId string
return Person

WithTwitterId() public static method

public static WithTwitterId ( this person, string twitterId ) : Person
person this
twitterId string
return Person

WithUid() public static method

public static WithUid ( this person, string uid ) : Person
person this
uid string
return Person