C# Class MonoSoftware.MonoX.DAL.RelationClasses.UserSocialIdentityRelations

Implements the relations factory for the entity: UserSocialIdentity.
Exibir arquivo Open project: MonoSoftware/MonoX-Data-Access-Layer

Public Methods

Method Description
GetAllRelations ( ) : List

Gets all relations of the UserSocialIdentityEntity as a list of IEntityRelation objects.

GetSubTypeRelation ( string subTypeEntityName ) : IEntityRelation

stub, not used in this entity, only for TargetPerEntity entities.

GetSuperTypeRelation ( ) : IEntityRelation

stub, not used in this entity, only for TargetPerEntity entities.

UserSocialIdentityRelations ( ) : System

CTor

Method Details

GetAllRelations() public method

Gets all relations of the UserSocialIdentityEntity as a list of IEntityRelation objects.
public GetAllRelations ( ) : List
return List

GetSubTypeRelation() public method

stub, not used in this entity, only for TargetPerEntity entities.
public GetSubTypeRelation ( string subTypeEntityName ) : IEntityRelation
subTypeEntityName string
return IEntityRelation

GetSuperTypeRelation() public method

stub, not used in this entity, only for TargetPerEntity entities.
public GetSuperTypeRelation ( ) : IEntityRelation
return IEntityRelation

UserSocialIdentityRelations() public method

CTor
public UserSocialIdentityRelations ( ) : System
return System