C# Class EmotionalAppraisalWF.ViewModels.AutobiographicalMemoryVM

Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
EventTypes string[]

Private Properties

Свойство Type Description

Méthodes publiques

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

public AddEventRecord ( EventDTO newEvent ) : void
newEvent AutobiographicMemory.DTOs.EventDTO
Résultat void

AutobiographicalMemoryVM() public méthode

public AutobiographicalMemoryVM ( BaseEAForm form ) : System.Collections.Generic
form BaseEAForm
Résultat System.Collections.Generic

RemoveEventRecords() public méthode

public RemoveEventRecords ( IEnumerable events ) : void
events IEnumerable
Résultat void

RetrieveEventRecord() public méthode

public RetrieveEventRecord ( uint id ) : EventDTO
id uint
Résultat AutobiographicMemory.DTOs.EventDTO

UpdateEventRecord() public méthode

public UpdateEventRecord ( EventDTO existingEvent ) : void
existingEvent AutobiographicMemory.DTOs.EventDTO
Résultat void

Property Details

EventTypes public_oe static_oe property

public static string[] EventTypes
Résultat string[]