[]
Encapsulates results returned by page information service
public struct PageInfoResult
Name | Description |
---|---|
PageInfoResult(object, PageInfoStatus, bool) | Initializes result with supplied value and PageInfoStatus. |
Name | Description |
---|---|
Invalid | The invalid page info result constant. |
Name | Description |
---|---|
HasValue | Specifies if Value property was assigned |
Status | Specifies the status of this result. |
Value | Specifies a value of result returned by page information service |
ValueIsValid | Specifies that value in this result is valid and completely evaluated |