Class FbGraphResult
Abstract Graph API result class
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Facebook
Assembly: cs.temp.dll.dll
Syntax
public abstract class FbGraphResult : FbResult
Properties
After
Request after page pointer
Declaration
public string After { get; }
Property Value
Type | Description |
---|---|
System.String |
AfterFbCursorPointer
Generated after cursor pointer
Declaration
public FbCursor AfterFbCursorPointer { get; }
Property Value
Type | Description |
---|---|
FbCursor |
Before
Request before page pointer
Declaration
public string Before { get; }
Property Value
Type | Description |
---|---|
System.String |
BeforeFbCursorPointer
Generated before cursor pointer
Declaration
public FbCursor BeforeFbCursorPointer { get; }
Property Value
Type | Description |
---|---|
FbCursor |
HasNext
True if request has next page of results
Declaration
public bool HasNext { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasPrevious
True if request has previous page of results
Declaration
public bool HasPrevious { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Request Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Next
Full request URL for a next page
Declaration
public string Next { get; }
Property Value
Type | Description |
---|---|
System.String |
Previous
Full request URL for a previous page
Declaration
public string Previous { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ParsePaginatedResult(IDictionary)
Declaration
protected void ParsePaginatedResult(IDictionary paginatedResult)
Parameters
Type | Name | Description |
---|---|---|
IDictionary | paginatedResult |
ParseResultId(IDictionary)
Declaration
protected void ParseResultId(IDictionary rawDict)
Parameters
Type | Name | Description |
---|---|---|
IDictionary | rawDict |