C# Class EmotionalAppraisalWF.ViewModels.AutobiographicalMemoryVM

Show file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Public Properties

Property Type Description
EventTypes string[]

Private Properties

Property Type Description

Public Methods

Method Description
AddEventRecord ( EventDTO newEvent ) : void
AutobiographicalMemoryVM ( BaseEAForm form ) : System.Collections.Generic
RemoveEventRecords ( IEnumerable events ) : void
RetrieveEventRecord ( uint id ) : EventDTO
UpdateEventRecord ( EventDTO existingEvent ) : void

Method Details

AddEventRecord() public method

public AddEventRecord ( EventDTO newEvent ) : void
newEvent AutobiographicMemory.DTOs.EventDTO
return void

AutobiographicalMemoryVM() public method

public AutobiographicalMemoryVM ( BaseEAForm form ) : System.Collections.Generic
form BaseEAForm
return System.Collections.Generic

RemoveEventRecords() public method

public RemoveEventRecords ( IEnumerable events ) : void
events IEnumerable
return void

RetrieveEventRecord() public method

public RetrieveEventRecord ( uint id ) : EventDTO
id uint
return AutobiographicMemory.DTOs.EventDTO

UpdateEventRecord() public method

public UpdateEventRecord ( EventDTO existingEvent ) : void
existingEvent AutobiographicMemory.DTOs.EventDTO
return void

Property Details

EventTypes public static property

public static string[] EventTypes
return string[]