-
Notifications
You must be signed in to change notification settings - Fork 36
AirtableRecord
ngocnicholas edited this page Mar 7, 2023
·
3 revisions
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableRecord
The AirtableRecord type exposes the following members.
Default constructor
Name | Description |
---|---|
Id | Gets the unique ID of the record. |
CreatedTime | Gets the created time of the record. |
Fields | Gets a dictionary of <name, value> pairs representing all fields of this record. |
CommentCount | Gets the number of comments of the record. |
Name | Description |
---|---|
GetField(string) | Gets a dictionary of <name, value> pairs representing the fields of the record. |
GetField(string) | Gets an object representing a field of the record. |
GetField(string) | Get an JSON element representing a field of the record. |
GetField(string) | Get a object representing a field of the record. |
GetField<TEnumerable, T>(string) | Get a TEnumerable object representing a field of the record. |
GetAttachmentField(string) | Gets a list of AirtableAttachment(s) of the field with a specific field name. |
- 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
- CommentList
- IdFields
- PerformUpsert
- UserIdAndScopes
- Webhooks
- PayloadList
- WebhooksNotification
[Airtable]: http://www.airtable.com