-
Notifications
You must be signed in to change notification settings - Fork 37
AirtableApiResponse
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public abstract class AirtableApiResponse
The AirtableApiResponseexposes the following members.
'protected' because AirtableApiResponse is an abstract class
| Name | Description |
|---|---|
| AirtableApiResponse() | initializes the members of the base class when a derived class is instantiated. |
| AirtableApiResponse(AirtableApiException) | initializes the members of the base class when a derived class is instantiated. |
| Name | Description |
|---|---|
| Success | gets the result of the operation |
| AirtableApiError | gets the exception caught, if any, in the operation |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableGetUserIdAndScopesResponse: AirtableApiResponse
The AirtableGetUserIdAndScopesResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableGetUserIdAndScopesResponse(AirtableApiException) | Initializes an instance of AirtableGetUserIdAndScopesResponse |
| AirtableGetUserIdAndScopesResponse (UserIdAndScopes) | Initializes an instance of AirtableGetUserIdAndScopesResponse |
| Name | Description |
|---|---|
| UserId | gets the user ID of the access token |
| Scopes | gets the scopes granted to the access token. The scopes control what actions a token can perform. |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableListRecordsResponse: AirtableApiResponse
The AirtableListRecordsResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableListRecordsResponse (AirtableApiException) | Initializes an instance of AirtableListRecordsResponse |
| AirtableListRecordsResponse (AirtableRecordList) | Initializes an instance of AirtableListRecordsResponse |
| Name | Description |
|---|---|
| Records | gets the record list |
| Offset | gets the offset for the next page of the record list |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableRetrieveRecordResponse : AirtableApiResponse
The AirtableRetrieveRecordResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableRetrieveRecordResponse (AirtableApiException) | Initializes an instance of AirtableRetrieveRecordResponse |
| AirtableRetrieveRecordResponse (AirtableRecord) | Initializes an instance of AirtableRetrieveRecordResponse |
| Name | Description |
|---|---|
| Record | gets the record retrieved |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableCreateUpdateReplaceRecordResponse : AirtableApiResponse
The AirtableCreateUpdateReplaceRecordResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableCreateUpdateReplaceRecordResponse (AirtableApiException) | Initializes an instance of AirtableCreateUpdateReplaceRecordResponse |
| AirtableCreateUpdateReplaceRecordResponse (AirtableRecord) | Initializes an instance of AirtableCreateUpdateReplaceRecordResponse |
| Name | Description |
|---|---|
| Record | gets the record created, updated, or replaced in the operation |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableCreateReplaceRecordGenericResponse<T> : AirtableApiResponse
The AirtableCreateReplaceRecordGenericResponse<T> type exposes the following members.
| Name | Description |
|---|---|
AirtableCreateReplaceRecordGenericResponse<T>(AirtableApiException) |
Initializes an instance of AirtableCreateReplaceRecordGenericResponse<T>
|
AirtableCreateReplaceRecordGenericResponse<T>(AirtableRecord<T>) |
Initializes an instance of AirtableCreateReplaceRecordGenericResponse<T>
|
| Name | Description |
|---|---|
| Record | gets the record created, or replaced in the operation |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableCreateReplaceMultipleRecordsGenericResponse<T> : AirtableApiResponse
The AirtableCreateReplaceMultipleRecordsGenericResponse<T> type exposes the following members.
| Name | Description |
|---|---|
AirtableCreateReplaceMultipleRecordsGenericResponse<T>(AirtableApiException) |
Initializes an instance of AirtableCreateReplaceMultipleRecordsGenericResponse<T>
|
AirtableCreateReplaceMultipleRecordsGenericResponse<T>(AirtableRecord<T>) |
Initializes an instance of AirtableCreateReplaceMultipleRecordsGenericResponse<T>
|
| Name | Description |
|---|---|
| Records | gets the records created, or replaced in the operation |
| CreatedRecords | gets the created records |
| UpdatedRecords | gets the updated records |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableDeleteRecordResponse : AirtableApiResponse
The AirtableDeleteRecordResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableDeleteRecordResponse (AirtableApiException) | Initializes an instance of AirtableDeleteRecordResponse |
| AirtableDeleteRecordResponse (bool, string) | Initializes an instance of AirtableDeleteRecordResponse |
| Name | Description |
|---|---|
| Deleted | gets the status of the record |
| Id | ID of the supposed deleted record |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableDeleteCommentResponse : AirtableApiResponse
The AirtableDeleteCommentResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableDeleteCommentResponse (AirtableApiException) | Initializes an instance of AirtableDeleteCommentResponse |
| AirtableDeleteCommentResponse (bool, string) | Initializes an instance of AirtableDeleteCommentResponse |
| Name | Description |
|---|---|
| Deleted | gets the status of the comment |
| Id | ID of the supposed deleted comment |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableCreateUpdateCommentResponse: AirtableApiResponse
The AirtableCreateUpdateCommentResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableCreateUpdateCommentResponse(AirtableApiException) | Initializes an instance of AirtableCreateUpdateCommentResponse |
| AirtableCreateUpdateCommentResponse(AirtableRecordList) | Initializes an instance of AirtableCreateUpdateCommentResponse |
| Name | Description |
|---|---|
| Comment | gets the created/updated comment of the record |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableListCommentsResponse : AirtableApiResponse
The AirtableListCommentsResponse type exposes the following members.
| Name | Description |
|---|---|
| AirtableListCommentsResponse (AirtableApiException) | Initializes an instance of AirtableListCommentsResponse |
| AirtableListCommentsResponse (CommentList) | Initializes an instance of AirtableListCommentsResponse |
| Name | Description |
|---|---|
| CommentList | gets the comment list of the record |
| Offset | gets the offset for the next page of the comment list |
- AirtableBase
- AirtableRecordList
-
AirtableRecordList
<T>
1. AirtableRecord<T> - AirtableUpSertRecordList
- AirtableUpSertRecordList
<T> - AirtableApiException
-
AirtableApiResponse
- AirtableGetUserIdAndScopesResponse
- AirtableListRecordsResponse
- AirtableListRecordsResponse
<T> - AirtableRetrieveRecordResponse
- AirtableRetrieveRecordResponse
<T> - AirtableCreateUpdateReplaceRecordResponse
- AirtableCreateReplaceRecordResponse
<T> - AirtableCreateReplaceMultipleRecordsResponse
<T> - AirtableCreateUpdateReplaceMultipleRecordsResponse
- AirtableDeleteRecordResponse
- AirtableCreateUpdateCommentResponse
- AirtableListCommentsResponse
- AirtableDeleteCommentResponse
- AirtableListWebhooksResponse
- AirtableListPayloadsResponse
- AirtableCreateWebhookResponse
- AirtableDeleteWebhookResponse
- AirtabeEnableWebhookNotificationsResponse
- AirtabeRefreshWebhookResponse
- AirtableListBasesResponse
- AirtableGetBaseSchemaResponse
- AirtableCreateBaseResponse
- CommentList
- IdFields
- PerformUpsert
- UserIdAndScopes
- Webhooks
- PayloadList
- WebhooksNotification
-
TableModelList
-
TableModel
- DateDependencySettings
- ViewModel
- FieldModel
-
FieldModel<TModelOptions>
- aitextfieldmodel-and-aitextmodeloptions
- AttachmentFieldModel-and-AttachmentModelOptions
- AutoNumberFieldModel
- BarcodeFieldModel
- ButtonFieldModel
- CheckboxFieldModel
- CollaboratorFieldModel
- CountFieldModel-and-CountModelOptions
- CreatedByFieldModel
- CreatedTimeFieldModel-and-CreatedTimeModelOptions
- CurrencyFieldModel
- DateFieldModel
- DateTimeFieldModel
- DurationFieldModel
- EmailFieldModel
- FormulaFieldModel--and-FormulaModelOptions
- LastModifiedByFieldModel
- LastModifiedTimeFieldModel-and-LastModifiedTimeModelOptions
- LinkToAnotherRecordFieldModel-and-LinkToAnotherRecordModelOptions
- LongTextFieldModel
- LookupFieldModel-and-LookupModelOptions
- MultipleCollaboratorFieldModel
- MultipleSelectFieldModel-and-MultipleSelectdModelOptions
- NumberFieldModel-and-NumberModelOptions
- PercentFieldModel-and-PercentModelOptions)
- PhoneFieldModel
- RatingFieldModel
- RichTextFieldModel
- RollupFieldModel-and-RollupModelOptions
- SingleLineTextFieldModel
- SingleSelectFieldModel-and-SingleSelectdModelOptions
- SyncSourceFieldModel-and-SyncSourceModelOptions
- UrlFieldModel
- UnknownFieldModel
- FieldModelExtensions
-
TableModel
-
TableConfig
-
IFieldConfig
- Field
-
FieldConfig
- AttachmentFieldConfig
- BarcodeFieldConfig
- CheckboxFieldConfig
- CollaboratorFieldConfig
- CurrencyFieldConfig
- DateFieldConfig
- DateTimeFieldConfig
- DurationFieldConfig
- EmailFieldConfig
- LinkToAnotherRecordFieldConfig-and-LinkToAnotherRecordConfigOptions
- LongTextFieldConfig
- MultipleCollaboratorFieldConfig
- MultipleSelectFieldConfig-and-MultipleSelectdConfigOptions
- NumberFieldConfig-and-NumberConfigOptions
- PercentFieldConfig-and-PercentConfigOptions
- PhoneFieldConfig
- RatingFieldConfig
- RichTextFieldConfig
- SingleLineTextFieldConfig
- SingleSelectFieldConfig-and-SingleSelectdConfigOptions
- UrlFieldConfig
-
IFieldConfig
[Airtable]: http://www.airtable.com