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