BaseFeed F, E, Q  Classfrevvo Live Forms
Abstract representation of a frevvo feed.
Inheritance Hierarchy

OnlineSystem Object
  AtomBase
    AtomSource
      AtomFeed
        AbstractFeed
          Frevvo.Forms.Client BaseFeed F, E, Q 
            Frevvo.Forms.Client ApplicationFeed
            Frevvo.Forms.Client BaseSubmissionFeed F, E, Q 
            Frevvo.Forms.Client ControlFeed
            Frevvo.Forms.Client ControlTypeFeed
            Frevvo.Forms.Client DocumentTypeFeed
            Frevvo.Forms.Client FormFeed
            Frevvo.Forms.Client FormTypeFeed
            Frevvo.Forms.Client SchemaFeed
            Frevvo.Forms.Client StyleFeed
            Frevvo.Forms.Client UserFeed

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public abstract class BaseFeed<F, E, Q> : AbstractFeed, 
	IEnumerable<E>, IEnumerable 
where F : BaseFeed<F, E, Q>
where E : new(), BaseEntry<E>
where Q : new(), BaseQuery
Type Parameters

F
The feed type
E
The entry type
Q
The query type
See Also