C# Class Dev2.Activities.Designers.Tests.ReadFile.TestReadFileDesignerViewModel

Inheritance: Dev2.Activities.Designers2.ReadFile.ReadFileDesignerViewModel
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
TestReadFileDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System.Activities.Presentation.Model

Protected Methods

Method Description
ValidateInputAndOutputPaths ( ) : void
ValidateInputPath ( ) : void
ValidateOutputPath ( ) : void
ValidateUserNameAndPassword ( ) : void

Method Details

TestReadFileDesignerViewModel() public method

public TestReadFileDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System.Activities.Presentation.Model
modelItem System.Activities.Presentation.Model.ModelItem
return System.Activities.Presentation.Model

ValidateInputAndOutputPaths() protected method

protected ValidateInputAndOutputPaths ( ) : void
return void

ValidateInputPath() protected method

protected ValidateInputPath ( ) : void
return void

ValidateOutputPath() protected method

protected ValidateOutputPath ( ) : void
return void

ValidateUserNameAndPassword() protected method

protected ValidateUserNameAndPassword ( ) : void
return void