MonoSoftware.MonoX.DAL.EntityClasses.SnNoteEntity.GetAllRelations C# (CSharp) Метод

GetAllRelations() защищенный Метод

Gets a list of all the EntityRelation objects the type of this instance has.
protected GetAllRelations ( ) : List
Результат List
        protected override List<IEntityRelation> GetAllRelations()
        {
            return new SnNoteRelations().GetAllRelations();
        }