Class FamosFileOriginInfo
Contains information about the data origin.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileOriginInfo : FamosFileBaseExtended
Constructors
| Improve this Doc View SourceFamosFileOriginInfo(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 SourceComment
Gets or sets the file comment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Origin
Gets or sets the data origin.
Declaration
public FamosFileOrigin Origin { get; set; }
Property Value
Type | Description |
---|---|
FamosFileOrigin |