Show / Hide Table of Contents

Class FamosFileBaseProperty

A base class for (de)serializable keys that allows having additional properties assigned.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileBaseProperty
FamosFileChannel
FamosFileGroup
FamosFileSingleValue
FamosFileText
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public abstract class FamosFileBaseProperty : FamosFileBaseExtended

Properties

| Improve this Doc View Source

PropertyInfo

Gets or sets the FamosFilePropertyInfo, which contains a list of custom properties.

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