Casting operation, convert both owner and target objects to a differnt types.
If casting of the owner or targets to new types are not successful,
exception will be thrown
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Type Parameters
- TNewOwner
- New type the owner will be casted to
- TNewTarget
- New type the targets will be casted to
Field Value
ICartellaRelations<TNewOwner, TNewTarget>
Return Value
ICartellaRelation object with new owner and target generic type arguments
See Also