Helper class implementing IRoleRelation Interface Use this class to define coherent graph of data with API LoadEntitiesGraph Each RoleRelation represent a relation path to follow query

Namespace: Aspectize.Core
Assembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class RoleRelation<Role, Relation> : IRoleRelation
where Relation : IRelation
Visual Basic
Public Class RoleRelation(Of Role, Relation As IRelation) _
	Implements IRoleRelation

Type Parameters

Role
Descending role used to enter the Relation
Relation
Relation to follow

Inheritance Hierarchy

System..::..Object
  Aspectize.Core..::..RoleRelation<(Of <(<'Role, Relation>)>)>

See Also