C# 클래스 Gnip.Client.Resource.Filter

상속: IResource, IDeepCompare
파일 보기 프로젝트 열기: electromute/gnip-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeepEquals ( Filter that ) : bool

Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.

DeepEquals ( object o ) : bool

Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.

Equals ( object o ) : bool

Determines whether the specified Object is equal to the current Object. Ths performs a shallow equals where any reference types are compared by reference.

Filter ( ) : System

Create a Filter.

Filter ( string name ) : System

Create a Filter with the given name.

Filter ( string name, string postUrl ) : System

Create a Filter with the given name and post URL.

Filter ( string name, string postUrl, bool isFullData ) : System

Create a Filter with the given name, post url, and full data flag. If the Filter supports full-data activities, the {@link #fullData} should be set to true. If set to false, the Filter will just support notifications.

Filter ( string name, string postUrl, bool isFullData, IEnumerable rules ) : System

Create a Filter with the given name, post url, and full data flag. If the Filter supports full-data activities, the {@link #fullData} should be set to true. If set to false, the Filter will just support notifications.

GetHashCode ( ) : int

The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.

메소드 상세

DeepEquals() 공개 메소드

Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.
public DeepEquals ( Filter that ) : bool
that Filter The object to compare for equality.
리턴 bool

DeepEquals() 공개 메소드

Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.
public DeepEquals ( object o ) : bool
o object
리턴 bool

Equals() 공개 메소드

Determines whether the specified Object is equal to the current Object. Ths performs a shallow equals where any reference types are compared by reference.
public Equals ( object o ) : bool
o object the specifies object
리턴 bool

Filter() 공개 메소드

Create a Filter.
public Filter ( ) : System
리턴 System

Filter() 공개 메소드

Create a Filter with the given name.
public Filter ( string name ) : System
name string the filter's name
리턴 System

Filter() 공개 메소드

Create a Filter with the given name and post URL.
public Filter ( string name, string postUrl ) : System
name string the filter name
postUrl string the post URL
리턴 System

Filter() 공개 메소드

Create a Filter with the given name, post url, and full data flag. If the Filter supports full-data activities, the {@link #fullData} should be set to true. If set to false, the Filter will just support notifications.
public Filter ( string name, string postUrl, bool isFullData ) : System
name string the filter name
postUrl string the post URL
isFullData bool does the filter support the full data
리턴 System

Filter() 공개 메소드

Create a Filter with the given name, post url, and full data flag. If the Filter supports full-data activities, the {@link #fullData} should be set to true. If set to false, the Filter will just support notifications.
public Filter ( string name, string postUrl, bool isFullData, IEnumerable rules ) : System
name string the filter name
postUrl string the post URL
isFullData bool does the filter support the full data
rules IEnumerable The rules to add to this filter
리턴 System

GetHashCode() 공개 메소드

The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.
public GetHashCode ( ) : int
리턴 int