Show / Hide Table of Contents

Class FamosFileOriginInfo

Contains information about the data origin.

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

Constructors

| Improve this Doc View Source

FamosFileOriginInfo(String, FamosFileOrigin)

Initializes a new instance of the FamosFileOriginInfo class.

Declaration
public FamosFileOriginInfo(string name, FamosFileOrigin origin)
Parameters
Type Name Description
System.String name

The name of the file producer (author or manufacturer).

FamosFileOrigin origin

The data origin.

Properties

| Improve this Doc View Source

Comment

Gets or sets the file comment.

Declaration
public string Comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the name of the file producer (author or manufacturer).

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Origin

Gets or sets the data origin.

Declaration
public FamosFileOrigin Origin { get; set; }
Property Value
Type Description
FamosFileOrigin
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms