C# 클래스 Epiworx.Business.FeedSources

파일 보기 프로젝트 열기: mattruma/epiworx-csla

공개 메소드들

메소드 설명
Add ( SourceType sourceType, int sourceId ) : FeedSource
Contains ( SourceType sourceType, int sourceId ) : bool
Remove ( SourceType sourceType, int sourceId ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
Child_Fetch ( FeedData parentData ) : void

메소드 상세

Add() 공개 메소드

public Add ( SourceType sourceType, int sourceId ) : FeedSource
sourceType SourceType
sourceId int
리턴 FeedSource

Contains() 공개 메소드

public Contains ( SourceType sourceType, int sourceId ) : bool
sourceType SourceType
sourceId int
리턴 bool

Remove() 공개 메소드

public Remove ( SourceType sourceType, int sourceId ) : void
sourceType SourceType
sourceId int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string