C# 클래스 Dev2.Studio.Core.Models.DataList.DataListItemModel

상속: BaseDataListItemModel, IDataListItemModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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].

비공개 메소드들

메소드 설명
NotifyIOPropertyChanged ( ) : void
SetChildInputValues ( bool value ) : void
SetChildOutputValues ( bool value ) : void
SetColumnIODirectionFromInput ( bool value ) : void
SetColumnIODirectionFromOutput ( bool value ) : void

메소드 상세

DataListItemModel() 공개 메소드

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
리턴 System

RemoveError() 공개 메소드

public RemoveError ( ) : void
리턴 void

SetError() 공개 메소드

public SetError ( string errorMessage ) : void
errorMessage string
리턴 void

ValidateName() 공개 메소드

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