Show / Hide Table of Contents

Class FamosFileProperty

A named property of certain type.

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

Constructors

| Improve this Doc View Source

FamosFileProperty(String, Boolean, FamosFilePropertyFlags)

Initializes a new instance of the FamosFileProperty.

Declaration
public FamosFileProperty(string name, bool value, FamosFilePropertyFlags flags = (FamosFilePropertyFlags)0)
Parameters
Type Name Description
System.String name

The name of the property.

System.Boolean value

The value.

FamosFilePropertyFlags flags

Flags.

| Improve this Doc View Source

FamosFileProperty(String, DateTime, FamosFilePropertyFlags)

Initializes a new instance of the FamosFileProperty.

Declaration
public FamosFileProperty(string name, DateTime value, FamosFilePropertyFlags flags = (FamosFilePropertyFlags)0)
Parameters
Type Name Description
System.String name

The name of the property.

System.DateTime value

The value.

FamosFilePropertyFlags flags

Flags.

| Improve this Doc View Source

FamosFileProperty(String, Double, FamosFilePropertyFlags)

Initializes a new instance of the FamosFileProperty.

Declaration
public FamosFileProperty(string name, double value, FamosFilePropertyFlags flags = (FamosFilePropertyFlags)0)
Parameters
Type Name Description
System.String name

The name of the property.

System.Double value

The value.

FamosFilePropertyFlags flags

Flags.

| Improve this Doc View Source

FamosFileProperty(String, Int32, FamosFilePropertyFlags)

Initializes a new instance of the FamosFileProperty.

Declaration
public FamosFileProperty(string name, int value, FamosFilePropertyFlags flags = (FamosFilePropertyFlags)0)
Parameters
Type Name Description
System.String name

The name of the property.

System.Int32 value

The value.

FamosFilePropertyFlags flags

Flags.

| Improve this Doc View Source

FamosFileProperty(String, String, FamosFilePropertyFlags)

Initializes a new instance of the FamosFileProperty.

Declaration
public FamosFileProperty(string name, string value, FamosFilePropertyFlags flags = (FamosFilePropertyFlags)0)
Parameters
Type Name Description
System.String name

The name of the property.

System.String value

The value.

FamosFilePropertyFlags flags

Flags.

| Improve this Doc View Source

FamosFileProperty(String, String, FamosFilePropertyType, FamosFilePropertyFlags)

Initializes a new instance of the FamosFileProperty.

Declaration
public FamosFileProperty(string name, string value, FamosFilePropertyType type, FamosFilePropertyFlags flags = (FamosFilePropertyFlags)0)
Parameters
Type Name Description
System.String name

The name of the property.

System.String value

The value as string.

FamosFilePropertyType type

The value's data type.

FamosFilePropertyFlags flags

Flags.

Properties

| Improve this Doc View Source

Flags

Gets the value's flags.

Declaration
public FamosFilePropertyFlags Flags { get; }
Property Value
Type Description
FamosFilePropertyFlags
| Improve this Doc View Source

Name

Gets the name.

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

Type

Gets the value's data type.

Declaration
public FamosFilePropertyType Type { get; }
Property Value
Type Description
FamosFilePropertyType
| Improve this Doc View Source

Value

Gets the value as string.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms