C# 클래스 EmotionalAppraisalWF.ViewModels.AutobiographicalMemoryVM

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

공개 프로퍼티들

프로퍼티 타입 설명
EventTypes string[]

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddEventRecord ( EventDTO newEvent ) : void
AutobiographicalMemoryVM ( BaseEAForm form ) : System.Collections.Generic
RemoveEventRecords ( IEnumerable events ) : void
RetrieveEventRecord ( uint id ) : EventDTO
UpdateEventRecord ( EventDTO existingEvent ) : void

메소드 상세

AddEventRecord() 공개 메소드

public AddEventRecord ( EventDTO newEvent ) : void
newEvent AutobiographicMemory.DTOs.EventDTO
리턴 void

AutobiographicalMemoryVM() 공개 메소드

public AutobiographicalMemoryVM ( BaseEAForm form ) : System.Collections.Generic
form BaseEAForm
리턴 System.Collections.Generic

RemoveEventRecords() 공개 메소드

public RemoveEventRecords ( IEnumerable events ) : void
events IEnumerable
리턴 void

RetrieveEventRecord() 공개 메소드

public RetrieveEventRecord ( uint id ) : EventDTO
id uint
리턴 AutobiographicMemory.DTOs.EventDTO

UpdateEventRecord() 공개 메소드

public UpdateEventRecord ( EventDTO existingEvent ) : void
existingEvent AutobiographicMemory.DTOs.EventDTO
리턴 void

프로퍼티 상세

EventTypes 공개적으로 정적으로 프로퍼티

public static string[] EventTypes
리턴 string[]