메소드 | 설명 | |
---|---|---|
CreateUser ( |
Asynchronously invokes the 'CreateUser' method of the domain service.
|
|
CreateUser ( |
Asynchronously invokes the 'CreateUser' method of the domain service.
|
|
CreateUser ( |
Asynchronously invokes the 'CreateUser' method of the domain service.
|
|
CreateUser ( |
Asynchronously invokes the 'CreateUser' method of the domain service.
|
|
GetUsersQuery ( ) : EntityQuery |
Gets an EntityQuery instance that can be used to load RegistrationData entities using the 'GetUsers' query.
|
|
UserRegistrationContext ( ) : System |
Initializes a new instance of the UserRegistrationContext class.
|
|
UserRegistrationContext ( DomainClient domainClient ) : System |
Initializes a new instance of the UserRegistrationContext class with the specified domainClient.
|
|
UserRegistrationContext ( |
Initializes a new instance of the UserRegistrationContext class with the specified service URI.
|
메소드 | 설명 | |
---|---|---|
CreateEntityContainer ( ) : EntityContainer |
Creates a new entity container for this domain context's entity sets.
|
메소드 | 설명 | |
---|---|---|
OnCreated ( ) : void |
This method is invoked from the constructor once initialization is complete and can be used for further object setup.
|
protected CreateEntityContainer ( ) : EntityContainer | ||
리턴 | EntityContainer |
public CreateUser ( |
||
user | The value for the 'user' parameter of this action. | |
ErrorMessageResourceName | [ | |
리턴 | InvokeOperation |
public CreateUser ( |
||
user | The value for the 'user' parameter of this action. | |
ErrorMessageResourceName | [ | |
callback | Action |
Callback to invoke when the operation completes. |
userState | object | Value to pass to the callback. It can be |
리턴 | InvokeOperation |
public CreateUser ( |
||
user | The value for the 'user' parameter of this action. | |
password | string | The value for the 'password' parameter of this action. |
리턴 | InvokeOperation |
public CreateUser ( |
||
user | The value for the 'user' parameter of this action. | |
password | string | The value for the 'password' parameter of this action. |
callback | Action |
Callback to invoke when the operation completes. |
userState | object | Value to pass to the callback. It can be |
리턴 | InvokeOperation |
public UserRegistrationContext ( DomainClient domainClient ) : System | ||
domainClient | DomainClient | The DomainClient instance to use for this domain context. |
리턴 | System |
public UserRegistrationContext ( |
||
serviceUri | The UserRegistrationService service URI. | |
리턴 | System |