Show / Hide Table of Contents

Class FamosFileBufferInfo

A list of buffers.

Inheritance
System.Object
FamosFileBase
FamosFileBufferInfo
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileBufferInfo : FamosFileBase

Constructors

| Improve this Doc View Source

FamosFileBufferInfo()

Initializes a new instances of the FamosFileBufferInfo class.

Declaration
public FamosFileBufferInfo()
| Improve this Doc View Source

FamosFileBufferInfo(List<FamosFileBuffer>)

Initializes a new instances of the FamosFileBufferInfo class with the provided buffers.

Declaration
public FamosFileBufferInfo(List<FamosFileBuffer> buffers)
Parameters
Type Name Description
System.Collections.Generic.List<FamosFileBuffer> buffers

A list of FamosFileBuffer.

Properties

| Improve this Doc View Source

Buffers

Gets the list of FamosFileBuffer.

Declaration
public List<FamosFileBuffer> Buffers { get; }
Property Value
Type Description
System.Collections.Generic.List<FamosFileBuffer>

Methods

| Improve this Doc View Source

Validate()

Validates the key status.

Declaration
public override void Validate()
Overrides
FamosFileBase.Validate()
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms