C# 클래스 Yammer.APIWrapper.Consumer.Feed.Factory

파일 보기 프로젝트 열기: kdavie/Yammer.NET-2.0

공개 메소드들

메소드 설명
Create ( FeedType type, int id ) : Feed.Base.Dynamic
Create ( FeedType type, int id, bool threaded ) : Feed.Base.Dynamic
Create ( FeedType type ) : Feed.Base.Static

메소드 상세

Create() 공개 정적인 메소드

public static Create ( FeedType type, int id ) : Feed.Base.Dynamic
type FeedType
id int
리턴 Feed.Base.Dynamic

Create() 공개 정적인 메소드

public static Create ( FeedType type, int id, bool threaded ) : Feed.Base.Dynamic
type FeedType
id int
threaded bool
리턴 Feed.Base.Dynamic

Create() 공개 정적인 메소드

public static Create ( FeedType type ) : Feed.Base.Static
type FeedType
리턴 Feed.Base.Static