public abstract class DynamicProperty : ICloneable,
IDynamicPropertyPublic MustInherit Class DynamicProperty
Implements ICloneable, IDynamicPropertypublic ref class DynamicProperty abstract : ICloneable,
IDynamicProperty[<AbstractClassAttribute>]
type DynamicProperty =
class
interface ICloneable
interface IDynamicProperty
end| DynamicProperty(DynamicProperty) | Copy constructor. |
| DynamicProperty(String) | Initializes a new DynamicProperty instance. |
| CsvColumnIndexes | Gets the column indexes of the CSV file that the DynamicProperty accesses. |
| CsvColumnNames | Gets the column names of the columns of the CSV file that the DynamicProperty accesses. |
| DefaultValue | Gets the value that the DynamicProperty returns if parsing fails. |
| PropertyName | Identifier of the dynamic property. |
| Record | The CsvRecord object used to access the CSV file. |
| Value | Gets or sets the value of the dynamic property. |
| Clone | Creates a new object that is a copy of the current instance. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| AsITypedPropertyT |
Casts a DynamicProperty to a ITypedPropertyT
in order to have type safe access to its Value
without having to use dynamic .NET properties ("late binding").
(Defined by DynamicPropertyExtension) |