Show / Hide Table of Contents

Class FamosFileCustomKey

Custom keys can be used to add additional information to the file.

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

Constructors

| Improve this Doc View Source

FamosFileCustomKey(String, Byte[])

Initializes a new instance of the FamosFileCustomKey class.

Declaration
public FamosFileCustomKey(string key, byte[] value)
Parameters
Type Name Description
System.String key

The key of the custom key. Must be unique.

System.Byte[] value

The binary data of the custom key.

Properties

| Improve this Doc View Source

Key

Gets or sets the unique key.

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

Value

Gets or sets the binary data.

Declaration
public byte[] Value { get; set; }
Property Value
Type Description
System.Byte[]
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms