|
| | WebForm (int? VersionId=default(int?), WebFormContent FormContent=default(WebFormContent), string Id=default(string), string AccountId=default(string), bool? IsPublished=default(bool?), bool? IsEnabled=default(bool?), bool? IsUploaded=default(bool?), bool? HasDraftChanges=default(bool?), WebFormState? FormState=default(WebFormState?), WebFormProperties FormProperties=default(WebFormProperties), WebFormMetadata FormMetadata=default(WebFormMetadata)) |
| | Initializes a new instance of the WebForm class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| new string | ToJson () |
| | Returns the JSON string presentation of the object More...
|
| |
| override bool | Equals (object obj) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (WebForm other) |
| | Returns true if WebForm instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
| |
| | WebFormSummary (string Id=default(string), string AccountId=default(string), bool? IsPublished=default(bool?), bool? IsEnabled=default(bool?), bool? IsUploaded=default(bool?), bool? HasDraftChanges=default(bool?), WebFormState? FormState=default(WebFormState?), WebFormProperties FormProperties=default(WebFormProperties), WebFormMetadata FormMetadata=default(WebFormMetadata)) |
| | Initializes a new instance of the WebFormSummary class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| string | ToJson () |
| | Returns the JSON string presentation of the object More...
|
| |
| override bool | Equals (object obj) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (WebFormSummary other) |
| | Returns true if WebFormSummary instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
| |
|
| int | VersionId [get, set] |
| | Gets or Sets VersionId More...
|
| |
| WebFormContent | FormContent [get, set] |
| | Gets or Sets FormContent More...
|
| |
| WebFormState | FormState [get, set] |
| | Gets or Sets FormState More...
|
| |
| string | Id [get, set] |
| | Gets or Sets Id More...
|
| |
| string | AccountId [get, set] |
| | Gets or Sets AccountId More...
|
| |
| bool | IsPublished [get, set] |
| | Has the form been published More...
|
| |
| bool | IsEnabled [get, set] |
| | Is the form currently enabled and available for data collection More...
|
| |
| bool | IsUploaded [get, set] |
| | Has the form created through upload More...
|
| |
| bool | HasDraftChanges [get, set] |
| | Does the form have draft changes that need to be published? More...
|
| |
| WebFormProperties | FormProperties [get, set] |
| | Gets or Sets FormProperties More...
|
| |
| WebFormMetadata | FormMetadata [get, set] |
| | Gets or Sets FormMetadata More...
|
| |
An object that fully describes an instance of a form