Class FamosFileEventInfo
Contains a list of events.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileEventInfo : FamosFileBase
Constructors
| Improve this Doc View SourceFamosFileEventInfo()
Initializes a new instance of the FamosFileEventInfo class.
Declaration
public FamosFileEventInfo()
FamosFileEventInfo(List<FamosFileEvent>)
Initializes a new instance of the FamosFileEventInfo class.
Declaration
public FamosFileEventInfo(List<FamosFileEvent> events)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<FamosFileEvent> | events | A list of events. |
Properties
| Improve this Doc View SourceEvents
Gets a list of events.
Declaration
public List<FamosFileEvent> Events { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FamosFileEvent> |