BaseSubmissionFeed F, E, Q  Classfrevvo Live Forms
Abstract representation of a submission feed.
Inheritance Hierarchy

OnlineSystem Object
  AtomBase
    AtomSource
      AtomFeed
        AbstractFeed
          Frevvo.Forms.Client BaseFeed F, E, Q 
            Frevvo.Forms.Client BaseSubmissionFeed F, E, Q 
              Frevvo.Forms.Client SubmissionFeed
              Frevvo.Forms.Client TaskFeed

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 BaseSubmissionFeed<F, E, Q> : BaseFeed<F, E, Q>
where F : BaseSubmissionFeed<F, E, Q>
where E : new(), BaseSubmissionEntry<E>
where Q : new(), BaseSubmissionQuery
Type Parameters

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