GoogleTasksModelFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model factory for creating instances of GoogleTasks models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.
public static class GoogleTasksModelFactory
type GoogleTasksModelFactory = class
Public Class GoogleTasksModelFactory
- Inheritance
-
GoogleTasksModelFactory
Methods
| Name | Description |
|---|---|
| TaskCreate(String, String, Nullable<DateTime>) |
Creates a new instance of TaskCreate(String, String, Nullable<DateTime>). |
| TaskList(List<TaskObject>) |
Creates a new instance of TaskList(List<TaskObject>). |
| TaskListCreate(String) |
Creates a new instance of TaskListCreate(String). |
| TaskListEntry(String, String, String, Nullable<DateTime>) |
Creates a new instance of TaskListEntry(String, String, String, Nullable<DateTime>). |
| TaskListList(List<TaskListEntry>) |
Creates a new instance of TaskListList(List<TaskListEntry>). |
| TaskObject(String, String, Nullable<DateTime>, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Creates a new instance of TaskObject(String, String, Nullable<DateTime>, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>). |