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