Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public class EntityRelation : CartellaObject, 
	IEntityRelation, ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, 
	IBatchUpdatable
Visual Basic
Public Class EntityRelation _
	Inherits CartellaObject _
	Implements IEntityRelation, ICartellaObject, IBaseObject, IDatedUniqueObject,  _
	IUniqueObject, IBatchUpdatable
Visual C++
public ref class EntityRelation : public CartellaObject, 
	IEntityRelation, ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, 
	IBatchUpdatable

Inheritance Hierarchy

System..::..Object
  BaseObject
    CartellaObject
      Cartella.Interfaces..::..EntityRelation

See Also