Show / Hide Table of Contents

Class FamosFileEventInfo

Contains a list of events.

Inheritance
System.Object
FamosFileBase
FamosFileEventInfo
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileEventInfo : FamosFileBase

Constructors

| Improve this Doc View Source

FamosFileEventInfo()

Initializes a new instance of the FamosFileEventInfo class.

Declaration
public FamosFileEventInfo()
| Improve this Doc View Source

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 Source

Events

Gets a list of events.

Declaration
public List<FamosFileEvent> Events { get; }
Property Value
Type Description
System.Collections.Generic.List<FamosFileEvent>
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms