Interface for repository that works with social networking relationships - a structure designed to minimize the number of foreign keys in tables (and entities) that may be bound to multiple parent tables, like comments, files, ratings and tags.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public interface ISubscribeRepository
Visual Basic
Public Interface ISubscribeRepository
Visual C++
public interface class ISubscribeRepository
F#
type ISubscribeRepository =  interface end

See Also