C# 클래스 SocialImportanceWF.ViewModels.ConferralsVM

상속: IDataGridViewController
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 메소드들

메소드 설명
AddElement ( ) : object
AddOrUpdateConferral ( ConferralDTO dto ) : ObjectView
ConferralsVM ( BaseSIForm parent ) : System
EditElements ( IEnumerable elementsToEdit ) : IEnumerable
GetElements ( ) : IList
Reload ( ) : void
RemoveElements ( IEnumerable elementsToRemove ) : uint
SetSelectedCondition ( System.Guid id ) : void

비공개 메소드들

메소드 설명
ConditionSetView ( ) : System
ConditionSetView_OnDataChanged ( ) : void

메소드 상세

AddElement() 공개 메소드

public AddElement ( ) : object
리턴 object

AddOrUpdateConferral() 공개 메소드

public AddOrUpdateConferral ( ConferralDTO dto ) : ObjectView
dto SocialImportance.DTOs.ConferralDTO
리턴 ObjectView

ConferralsVM() 공개 메소드

public ConferralsVM ( BaseSIForm parent ) : System
parent BaseSIForm
리턴 System

EditElements() 공개 메소드

public EditElements ( IEnumerable elementsToEdit ) : IEnumerable
elementsToEdit IEnumerable
리턴 IEnumerable

GetElements() 공개 메소드

public GetElements ( ) : IList
리턴 IList

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

RemoveElements() 공개 메소드

public RemoveElements ( IEnumerable elementsToRemove ) : uint
elementsToRemove IEnumerable
리턴 uint

SetSelectedCondition() 공개 메소드

public SetSelectedCondition ( System.Guid id ) : void
id System.Guid
리턴 void