프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateServiceXElement | System.Xml.Linq.XElement | ||
CreateWorkflowXElement | System.Xml.Linq.XElement | ||
ReceiveDesignValidation | void | ||
ReceiveEnvironmentValidation | void | ||
WriteErrors | List |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
OnDispose ( ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | IList |
public IsAuthorized ( System.ComponentModel.DataAnnotations.AuthorizationContext authorizationContext ) : bool | ||
authorizationContext | System.ComponentModel.DataAnnotations.AuthorizationContext | |
리턴 | bool |
public ResourceModel ( IEnvironmentModel environment ) : System | ||
environment | IEnvironmentModel | |
리턴 | System |
public ResourceModel ( IEnvironmentModel environment, IEventAggregator eventPublisher ) : System | ||
environment | IEnvironmentModel | |
eventPublisher | IEventAggregator | |
리턴 | System |
public ToServiceDefinition ( bool prepairForDeployment = false ) : StringBuilder | ||
prepairForDeployment | bool | |
리턴 | StringBuilder |
public Update ( IResourceModel resourceModel ) : void | ||
resourceModel | IResourceModel | The resource model to update from. |
리턴 | void |