MonoSoftware.MonoX.DAL.EntityClasses.SnNoteEntity.GetAllRelations C# (CSharp) Method

GetAllRelations() protected method

Gets a list of all the EntityRelation objects the type of this instance has.
protected GetAllRelations ( ) : List
return List
        protected override List<IEntityRelation> GetAllRelations()
        {
            return new SnNoteRelations().GetAllRelations();
        }