C# Class Dev2.Studio.Core.Models.ResourceModel

Inheritance: Dev2.Studio.Core.ViewModels.Base.ValidationController, IDataErrorInfo, IContextualResourceModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description
CreateServiceXElement System.Xml.Linq.XElement
CreateWorkflowXElement System.Xml.Linq.XElement
ReceiveDesignValidation void
ReceiveEnvironmentValidation void
WriteErrors List

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CreateServiceXElement ( StringBuilder xaml ) : System.Xml.Linq.XElement
CreateWorkflowXElement ( StringBuilder xaml ) : System.Xml.Linq.XElement
ReceiveDesignValidation ( DesignValidationMemo memo ) : void
ReceiveEnvironmentValidation ( DesignValidationMemo memo ) : void
WriteErrors ( ) : List

Method Details

AddError() public méthode

public AddError ( IErrorInfo error ) : void
error IErrorInfo
Résultat void

ClearErrors() public méthode

public ClearErrors ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

GetErrors() public méthode

public GetErrors ( System.Guid instanceId ) : IList
instanceId System.Guid
Résultat IList

IsAuthorized() public méthode

public IsAuthorized ( System.ComponentModel.DataAnnotations.AuthorizationContext authorizationContext ) : bool
authorizationContext System.ComponentModel.DataAnnotations.AuthorizationContext
Résultat bool

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

RemoveError() public méthode

public RemoveError ( IErrorInfo error ) : void
error IErrorInfo
Résultat void

ResourceModel() public méthode

public ResourceModel ( IEnvironmentModel environment ) : System
environment IEnvironmentModel
Résultat System

ResourceModel() public méthode

public ResourceModel ( IEnvironmentModel environment, IEventAggregator eventPublisher ) : System
environment IEnvironmentModel
eventPublisher IEventAggregator
Résultat System

Rollback() public méthode

public Rollback ( ) : void
Résultat void

ToServiceDefinition() public méthode

public ToServiceDefinition ( bool prepairForDeployment = false ) : StringBuilder
prepairForDeployment bool
Résultat StringBuilder

Update() public méthode

Updates the non workflow related details of from another resource model.
public Update ( IResourceModel resourceModel ) : void
resourceModel IResourceModel The resource model to update from.
Résultat void

UpdateIconPath() public méthode

public UpdateIconPath ( string iconPath ) : void
iconPath string
Résultat void

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string