Class BaseChildObject<T>
Base class with properties and methods common to all child objects.
public class BaseChildObject<T> : BaseObject, IBaseObject
Type Parameters
T
- Inheritance
-
BaseChildObject<T>
- Implements
Constructors
- BaseChildObject(T)
Initializes a new instance of the BaseChildObject<T> class.
Properties
- Owner
Gets owner.