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

Inheritance: BaseDataListItemModel, IDataListItemModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

Méthode Description
NotifyIOPropertyChanged ( ) : void
SetChildInputValues ( bool value ) : void
SetChildOutputValues ( bool value ) : void
SetColumnIODirectionFromInput ( bool value ) : void
SetColumnIODirectionFromOutput ( bool value ) : void

Method Details

DataListItemModel() public méthode

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
Résultat System

RemoveError() public méthode

public RemoveError ( ) : void
Résultat void

SetError() public méthode

public SetError ( string errorMessage ) : void
errorMessage string
Résultat void

ValidateName() public méthode

Determines whether [name is valid].
public ValidateName ( string name ) : string
name string The name.
Résultat string