C# Class Dev2.Studio.Core.Models.DataList.DataListItemModel

Inheritance: BaseDataListItemModel, IDataListItemModel
Mostrar archivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
DataListItemModel ( string displayname, enDev2ColumnArgumentDirection dev2ColumnArgumentDirection = enDev2ColumnArgumentDirection.None, string description = "", IDataListItemModel parent = null, OptomizedObservableCollection children = null, bool hasError = false, string errorMessage = "", bool isEditable = true, bool isVisable = true, bool isSelected = false, bool isExpanded = true ) : System
RemoveError ( ) : void
SetError ( string errorMessage ) : void
ValidateName ( string name ) : string

Determines whether [name is valid].

Private Methods

Method Description
NotifyIOPropertyChanged ( ) : void
SetChildInputValues ( bool value ) : void
SetChildOutputValues ( bool value ) : void
SetColumnIODirectionFromInput ( bool value ) : void
SetColumnIODirectionFromOutput ( bool value ) : void

Method Details

DataListItemModel() public method

public DataListItemModel ( string displayname, enDev2ColumnArgumentDirection dev2ColumnArgumentDirection = enDev2ColumnArgumentDirection.None, string description = "", IDataListItemModel parent = null, OptomizedObservableCollection children = null, bool hasError = false, string errorMessage = "", bool isEditable = true, bool isVisable = true, bool isSelected = false, bool isExpanded = true ) : System
displayname string
dev2ColumnArgumentDirection enDev2ColumnArgumentDirection
description string
parent IDataListItemModel
children OptomizedObservableCollection
hasError bool
errorMessage string
isEditable bool
isVisable bool
isSelected bool
isExpanded bool
return System

RemoveError() public method

public RemoveError ( ) : void
return void

SetError() public method

public SetError ( string errorMessage ) : void
errorMessage string
return void

ValidateName() public method

Determines whether [name is valid].
public ValidateName ( string name ) : string
name string The name.
return string