프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
DeepEquals ( |
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 |
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.
|
public DeepEquals ( |
||
that | The object to compare for equality. | |
리턴 | bool |
public Filter ( string name, string postUrl ) : System | ||
name | string | the filter name |
postUrl | string | the post URL |
리턴 | System |
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 |
public Filter ( string name, string postUrl, bool isFullData, IEnumerable |
||
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 |