C# Class Epiworx.Business.FeedSource

Show file Open project: mattruma/epiworx-csla Class Usage Examples

Private Properties

Property Type Description
Child_Create void
Child_DeleteSelf void
Child_Fetch void
Child_Insert void
Child_Update void
FetchFeedSource FeedSource
NewFeedSource FeedSource
NewFeedSource FeedSource

Protected Methods

Method Description
AddBusinessRules ( ) : void
Fetch ( FeedSourceMemberData data ) : void
Insert ( FeedSourceMemberData data ) : void
PropertyHasChanged ( Csla property ) : void
Update ( FeedSourceMemberData data ) : void

Private Methods

Method Description
Child_Create ( FeedSourceMemberDataCriteria criteria ) : void
Child_DeleteSelf ( ) : void
Child_Fetch ( FeedSourceMemberData data ) : void
Child_Insert ( Feed parent ) : void
Child_Update ( Feed parent ) : void
FetchFeedSource ( FeedSourceMemberDataCriteria criteria ) : FeedSource
NewFeedSource ( FeedSourceMemberDataCriteria criteria ) : FeedSource
NewFeedSource ( int sourceId, SourceType sourceTypeId ) : FeedSource

Method Details

AddBusinessRules() protected method

protected AddBusinessRules ( ) : void
return void

Fetch() protected method

protected Fetch ( FeedSourceMemberData data ) : void
data FeedSourceMemberData
return void

Insert() protected method

protected Insert ( FeedSourceMemberData data ) : void
data FeedSourceMemberData
return void

PropertyHasChanged() protected method

protected PropertyHasChanged ( Csla property ) : void
property Csla
return void

Update() protected method

protected Update ( FeedSourceMemberData data ) : void
data FeedSourceMemberData
return void