IHasParent<ParentT> Interface
Definition
An interface representing a child resource model that exposes its parent.
public interface IHasParent<ParentT>
type IHasParent<'ParentT> = interface
Public Interface IHasParent(Of ParentT)
Type Parameters
- ParentT
the parent type
- Derived
Properties
Parent |
Gets the parent of this child resource. |