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 SourceFamosFileProperty(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. |
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. |
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. |
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. |
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. |
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 SourceFlags
Gets the value's flags.
Declaration
public FamosFilePropertyFlags Flags { get; }
Property Value
Type | Description |
---|---|
FamosFilePropertyFlags |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the value's data type.
Declaration
public FamosFilePropertyType Type { get; }
Property Value
Type | Description |
---|---|
FamosFilePropertyType |
Value
Gets the value as string.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |