Class AbstractObject
Abstract class for the data container with no functionality
public abstract class AbstractObject : IExtensible
- Inheritance
-
objectAbstractObject
- Implements
- Derived
- Extension Methods
Methods
Property<PropertyType>(string)
Returns the extension property for the object
public GenericProperty<PropertyType> Property<PropertyType>(string propertyName) where PropertyType : new()
Parameters
propertyName
stringProperty name
Returns
- GenericProperty<PropertyType>
Type Parameters
PropertyType