Property | Type | Description | |
---|---|---|---|
CreateServiceXElement | System.Xml.Linq.XElement | ||
CreateWorkflowXElement | System.Xml.Linq.XElement | ||
ReceiveDesignValidation | void | ||
ReceiveEnvironmentValidation | void | ||
WriteErrors | List |
Method | Description | |
---|---|---|
AddError ( IErrorInfo error ) : void | ||
ClearErrors ( ) : void | ||
Commit ( ) : void | ||
GetErrors ( System.Guid instanceId ) : IList |
||
IsAuthorized ( System.ComponentModel.DataAnnotations.AuthorizationContext authorizationContext ) : bool | ||
RemoveError ( IErrorInfo error ) : void | ||
ResourceModel ( IEnvironmentModel environment ) : System | ||
ResourceModel ( IEnvironmentModel environment, IEventAggregator eventPublisher ) : System | ||
Rollback ( ) : void | ||
ToServiceDefinition ( bool prepairForDeployment = false ) : StringBuilder | ||
Update ( IResourceModel resourceModel ) : void |
Updates the non workflow related details of from another resource model.
|
|
UpdateIconPath ( string iconPath ) : void | ||
this ( string columnName ) : string |
Method | Description | |
---|---|---|
OnDispose ( ) : void |
Method | Description | |
---|---|---|
CreateServiceXElement ( StringBuilder xaml ) : System.Xml.Linq.XElement | ||
CreateWorkflowXElement ( StringBuilder xaml ) : System.Xml.Linq.XElement | ||
ReceiveDesignValidation ( |
||
ReceiveEnvironmentValidation ( |
||
WriteErrors ( ) : List |
public GetErrors ( System.Guid instanceId ) : IList |
||
instanceId | System.Guid | |
return | IList |
public IsAuthorized ( System.ComponentModel.DataAnnotations.AuthorizationContext authorizationContext ) : bool | ||
authorizationContext | System.ComponentModel.DataAnnotations.AuthorizationContext | |
return | bool |
public RemoveError ( IErrorInfo error ) : void | ||
error | IErrorInfo | |
return | void |
public ResourceModel ( IEnvironmentModel environment ) : System | ||
environment | IEnvironmentModel | |
return | System |
public ResourceModel ( IEnvironmentModel environment, IEventAggregator eventPublisher ) : System | ||
environment | IEnvironmentModel | |
eventPublisher | IEventAggregator | |
return | System |
public ToServiceDefinition ( bool prepairForDeployment = false ) : StringBuilder | ||
prepairForDeployment | bool | |
return | StringBuilder |
public Update ( IResourceModel resourceModel ) : void | ||
resourceModel | IResourceModel | The resource model to update from. |
return | void |
public UpdateIconPath ( string iconPath ) : void | ||
iconPath | string | |
return | void |