diff --git a/.documentation/.gitignore b/.documentation/.gitignore index 2781f6d..8846862 100644 --- a/.documentation/.gitignore +++ b/.documentation/.gitignore @@ -6,4 +6,5 @@ /**/packages/ /**/bin/ /**/obj/ -_site +/_site +/api diff --git a/.documentation/api/.manifest b/.documentation/api/.manifest deleted file mode 100644 index ef26115..0000000 --- a/.documentation/api/.manifest +++ /dev/null @@ -1,149 +0,0 @@ -{ - "Postgrest": "Postgrest.yml", - "Postgrest.Attributes": "Postgrest.Attributes.yml", - "Postgrest.Attributes.ColumnAttribute": "Postgrest.Attributes.ColumnAttribute.yml", - "Postgrest.Attributes.ColumnAttribute.#ctor(System.String)": "Postgrest.Attributes.ColumnAttribute.yml", - "Postgrest.Attributes.ColumnAttribute.ColumnName": "Postgrest.Attributes.ColumnAttribute.yml", - "Postgrest.Attributes.PrimaryKeyAttribute": "Postgrest.Attributes.PrimaryKeyAttribute.yml", - "Postgrest.Attributes.PrimaryKeyAttribute.#ctor(System.String)": "Postgrest.Attributes.PrimaryKeyAttribute.yml", - "Postgrest.Attributes.PrimaryKeyAttribute.ColumnName": "Postgrest.Attributes.PrimaryKeyAttribute.yml", - "Postgrest.Attributes.TableAttribute": "Postgrest.Attributes.TableAttribute.yml", - "Postgrest.Attributes.TableAttribute.#ctor(System.String)": "Postgrest.Attributes.TableAttribute.yml", - "Postgrest.Attributes.TableAttribute.Name": "Postgrest.Attributes.TableAttribute.yml", - "Postgrest.Client": "Postgrest.Client.yml", - "Postgrest.Client.BaseUrl": "Postgrest.Client.yml", - "Postgrest.Client.Initialize(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions)": "Postgrest.Client.yml", - "Postgrest.Client.Instance": "Postgrest.Client.yml", - "Postgrest.Client.Rpc(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})": "Postgrest.Client.yml", - "Postgrest.Client.SerializerSettings": "Postgrest.Client.yml", - "Postgrest.Client.Table``1": "Postgrest.Client.yml", - "Postgrest.ClientAuthorization": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.#ctor": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.#ctor(Postgrest.ClientAuthorization.AuthorizationType,System.String,System.String)": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.#ctor(System.String)": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.#ctor(System.String,System.String)": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.ApiKey": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.AuthorizationType": "Postgrest.ClientAuthorization.AuthorizationType.yml", - "Postgrest.ClientAuthorization.AuthorizationType.ApiKey": "Postgrest.ClientAuthorization.AuthorizationType.yml", - "Postgrest.ClientAuthorization.AuthorizationType.Basic": "Postgrest.ClientAuthorization.AuthorizationType.yml", - "Postgrest.ClientAuthorization.AuthorizationType.Open": "Postgrest.ClientAuthorization.AuthorizationType.yml", - "Postgrest.ClientAuthorization.AuthorizationType.Token": "Postgrest.ClientAuthorization.AuthorizationType.yml", - "Postgrest.ClientAuthorization.Password": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.Token": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.Type": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientAuthorization.Username": "Postgrest.ClientAuthorization.yml", - "Postgrest.ClientOptions": "Postgrest.ClientOptions.yml", - "Postgrest.ClientOptions.DateTimeFormat": "Postgrest.ClientOptions.yml", - "Postgrest.ClientOptions.DateTimeStyles": "Postgrest.ClientOptions.yml", - "Postgrest.ClientOptions.Headers": "Postgrest.ClientOptions.yml", - "Postgrest.ClientOptions.QueryParams": "Postgrest.ClientOptions.yml", - "Postgrest.ClientOptions.Schema": "Postgrest.ClientOptions.yml", - "Postgrest.Constants": "Postgrest.Constants.yml", - "Postgrest.Constants.NullPosition": "Postgrest.Constants.NullPosition.yml", - "Postgrest.Constants.NullPosition.First": "Postgrest.Constants.NullPosition.yml", - "Postgrest.Constants.NullPosition.Last": "Postgrest.Constants.NullPosition.yml", - "Postgrest.Constants.Operator": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Adjacent": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.And": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.ContainedIn": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Contains": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Equals": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.FTS": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.GreaterThan": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.GreaterThanOrEqual": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.ILike": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.In": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Is": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.LessThan": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.LessThanOrEqual": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Like": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Not": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.NotEqual": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.NotLeftOf": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.NotRightOf": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Or": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.Overlap": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.PHFTS": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.PLFTS": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.StrictlyLeft": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.StrictlyRight": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Operator.WFTS": "Postgrest.Constants.Operator.yml", - "Postgrest.Constants.Ordering": "Postgrest.Constants.Ordering.yml", - "Postgrest.Constants.Ordering.Ascending": "Postgrest.Constants.Ordering.yml", - "Postgrest.Constants.Ordering.Descending": "Postgrest.Constants.Ordering.yml", - "Postgrest.Extensions": "Postgrest.Extensions.yml", - "Postgrest.Extensions.EnumExtensions": "Postgrest.Extensions.EnumExtensions.yml", - "Postgrest.Extensions.RangeExtensions": "Postgrest.Extensions.RangeExtensions.yml", - "Postgrest.FullTextSearchConfig": "Postgrest.FullTextSearchConfig.yml", - "Postgrest.FullTextSearchConfig.#ctor(System.String,System.String)": "Postgrest.FullTextSearchConfig.yml", - "Postgrest.FullTextSearchConfig.Config": "Postgrest.FullTextSearchConfig.yml", - "Postgrest.FullTextSearchConfig.QueryText": "Postgrest.FullTextSearchConfig.yml", - "Postgrest.InsertOptions": "Postgrest.InsertOptions.yml", - "Postgrest.InsertOptions.Upsert": "Postgrest.InsertOptions.yml", - "Postgrest.Models": "Postgrest.Models.yml", - "Postgrest.Models.BaseModel": "Postgrest.Models.BaseModel.yml", - "Postgrest.Models.BaseModel.Delete``1": "Postgrest.Models.BaseModel.yml", - "Postgrest.Models.BaseModel.PrimaryKeyColumn": "Postgrest.Models.BaseModel.yml", - "Postgrest.Models.BaseModel.PrimaryKeyValue": "Postgrest.Models.BaseModel.yml", - "Postgrest.Models.BaseModel.Update``1": "Postgrest.Models.BaseModel.yml", - "Postgrest.QueryFilter": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,Postgrest.QueryFilter)": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,System.Collections.Generic.List{Postgrest.QueryFilter})": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,Postgrest.FullTextSearchConfig)": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object})": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object})": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Object)": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Range)": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.Criteria": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.NULL_VAL": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.Op": "Postgrest.QueryFilter.yml", - "Postgrest.QueryFilter.Property": "Postgrest.QueryFilter.yml", - "Postgrest.QueryOrderer": "Postgrest.QueryOrderer.yml", - "Postgrest.QueryOrderer.#ctor(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition)": "Postgrest.QueryOrderer.yml", - "Postgrest.QueryOrderer.Column": "Postgrest.QueryOrderer.yml", - "Postgrest.QueryOrderer.ForeignTable": "Postgrest.QueryOrderer.yml", - "Postgrest.QueryOrderer.NullPosition": "Postgrest.QueryOrderer.yml", - "Postgrest.QueryOrderer.Ordering": "Postgrest.QueryOrderer.yml", - "Postgrest.RequestException": "Postgrest.RequestException.yml", - "Postgrest.RequestException.#ctor(System.Net.Http.HttpResponseMessage,Postgrest.Responses.ErrorResponse)": "Postgrest.RequestException.yml", - "Postgrest.RequestException.Error": "Postgrest.RequestException.yml", - "Postgrest.RequestException.Response": "Postgrest.RequestException.yml", - "Postgrest.Responses": "Postgrest.Responses.yml", - "Postgrest.Responses.BaseResponse": "Postgrest.Responses.BaseResponse.yml", - "Postgrest.Responses.BaseResponse.Content": "Postgrest.Responses.BaseResponse.yml", - "Postgrest.Responses.BaseResponse.ResponseMessage": "Postgrest.Responses.BaseResponse.yml", - "Postgrest.Responses.ErrorResponse": "Postgrest.Responses.ErrorResponse.yml", - "Postgrest.Responses.ErrorResponse.Code": "Postgrest.Responses.ErrorResponse.yml", - "Postgrest.Responses.ErrorResponse.Details": "Postgrest.Responses.ErrorResponse.yml", - "Postgrest.Responses.ErrorResponse.Hint": "Postgrest.Responses.ErrorResponse.yml", - "Postgrest.Responses.ErrorResponse.Message": "Postgrest.Responses.ErrorResponse.yml", - "Postgrest.Responses.ModeledResponse`1": "Postgrest.Responses.ModeledResponse-1.yml", - "Postgrest.Responses.ModeledResponse`1.#ctor(Postgrest.Responses.BaseResponse,System.Boolean)": "Postgrest.Responses.ModeledResponse-1.yml", - "Postgrest.Responses.ModeledResponse`1.Models": "Postgrest.Responses.ModeledResponse-1.yml", - "Postgrest.Table`1": "Postgrest.Table-1.yml", - "Postgrest.Table`1.#ctor(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.And(System.Collections.Generic.List{Postgrest.QueryFilter})": "Postgrest.Table-1.yml", - "Postgrest.Table`1.BaseUrl": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Clear": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Delete": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Delete(`0)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Filter(System.String,Postgrest.Constants.Operator,System.Object)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Get": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Insert(`0,Postgrest.InsertOptions)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Insert(System.Collections.Generic.ICollection{`0},Postgrest.InsertOptions)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Limit(System.Int32,System.String)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Match(System.Collections.Generic.Dictionary{System.String,System.String})": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Not(Postgrest.QueryFilter)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object})": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object})": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.String)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Offset(System.Int32,System.String)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Or(System.Collections.Generic.List{Postgrest.QueryFilter})": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Order(System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Order(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Range(System.Int32)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Range(System.Int32,System.Int32)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Select(System.String)": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Single": "Postgrest.Table-1.yml", - "Postgrest.Table`1.Update(`0)": "Postgrest.Table-1.yml" -} \ No newline at end of file diff --git a/.documentation/api/Postgrest.Attributes.ColumnAttribute.yml b/.documentation/api/Postgrest.Attributes.ColumnAttribute.yml deleted file mode 100644 index 65a002f..0000000 --- a/.documentation/api/Postgrest.Attributes.ColumnAttribute.yml +++ /dev/null @@ -1,2520 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Attributes.ColumnAttribute - commentId: T:Postgrest.Attributes.ColumnAttribute - id: ColumnAttribute - parent: Postgrest.Attributes - children: - - Postgrest.Attributes.ColumnAttribute.#ctor(System.String) - - Postgrest.Attributes.ColumnAttribute.ColumnName - langs: - - csharp - - vb - name: ColumnAttribute - nameWithType: ColumnAttribute - fullName: Postgrest.Attributes.ColumnAttribute - type: Class - source: - remote: - path: Postgrest/Attributes/ColumnAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ColumnAttribute - path: Postgrest/Attributes/ColumnAttribute.cs - startLine: 16 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - summary: "\nUsed to map a C# property to a Postgrest Column.\n" - example: - - "\n
class User : BaseModel {\n    [ColumnName("firstName")]\n    public string FirstName {get; set;}\n}
\n" - syntax: - content: >- - [AttributeUsage(AttributeTargets.Property)] - - public class ColumnAttribute : Attribute - content.vb: >- - - - Public Class ColumnAttribute - - Inherits Attribute - inheritance: - - System.Object - - System.Attribute - inheritedMembers: - - System.Attribute.Equals(System.Object) - - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Module) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.GetHashCode - - System.Attribute.IsDefaultAttribute - - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.Module,System.Type) - - System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.Match(System.Object) - - System.Attribute.TypeId - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - attributes: - - type: System.AttributeUsageAttribute - ctor: System.AttributeUsageAttribute.#ctor(System.AttributeTargets) - arguments: - - type: System.AttributeTargets - value: 128 - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.Attributes.ColumnAttribute.ColumnName - commentId: P:Postgrest.Attributes.ColumnAttribute.ColumnName - id: ColumnName - parent: Postgrest.Attributes.ColumnAttribute - langs: - - csharp - - vb - name: ColumnName - nameWithType: ColumnAttribute.ColumnName - fullName: Postgrest.Attributes.ColumnAttribute.ColumnName - type: Property - source: - remote: - path: Postgrest/Attributes/ColumnAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ColumnName - path: Postgrest/Attributes/ColumnAttribute.cs - startLine: 19 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - syntax: - content: public string ColumnName { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property ColumnName As String - overload: Postgrest.Attributes.ColumnAttribute.ColumnName* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.Attributes.ColumnAttribute.#ctor(System.String) - commentId: M:Postgrest.Attributes.ColumnAttribute.#ctor(System.String) - id: '#ctor(System.String)' - parent: Postgrest.Attributes.ColumnAttribute - langs: - - csharp - - vb - name: ColumnAttribute(String) - nameWithType: ColumnAttribute.ColumnAttribute(String) - fullName: Postgrest.Attributes.ColumnAttribute.ColumnAttribute(System.String) - type: Constructor - source: - remote: - path: Postgrest/Attributes/ColumnAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/Attributes/ColumnAttribute.cs - startLine: 21 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - syntax: - content: public ColumnAttribute(string columnName = null) - parameters: - - id: columnName - type: System.String - content.vb: Public Sub New(columnName As String = Nothing) - overload: Postgrest.Attributes.ColumnAttribute.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest.Attributes - commentId: N:Postgrest.Attributes - name: Postgrest.Attributes - nameWithType: Postgrest.Attributes - fullName: Postgrest.Attributes -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Attribute - commentId: T:System.Attribute - parent: System - isExternal: true - name: Attribute - nameWithType: Attribute - fullName: System.Attribute -- uid: System.Attribute.Equals(System.Object) - commentId: M:System.Attribute.Equals(System.Object) - parent: System.Attribute - isExternal: true - name: Equals(Object) - nameWithType: Attribute.Equals(Object) - fullName: System.Attribute.Equals(System.Object) - spec.csharp: - - uid: System.Attribute.Equals(System.Object) - name: Equals - nameWithType: Attribute.Equals - fullName: System.Attribute.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.Equals(System.Object) - name: Equals - nameWithType: Attribute.Equals - fullName: System.Attribute.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Assembly, Type) - nameWithType: Attribute.GetCustomAttribute(Assembly, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Assembly, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(Assembly, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(MemberInfo, Type) - nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(MemberInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Module, Type) - nameWithType: Attribute.GetCustomAttribute(Module, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Module, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(Module, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(ParameterInfo, Type) - nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(ParameterInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly) - nameWithType: Attribute.GetCustomAttributes(Assembly) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Boolean) - nameWithType: Attribute.GetCustomAttributes(Assembly, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Type) - nameWithType: Attribute.GetCustomAttributes(Assembly, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(Assembly, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo) - nameWithType: Attribute.GetCustomAttributes(MemberInfo) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Boolean) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Type) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module) - nameWithType: Attribute.GetCustomAttributes(Module) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Boolean) - nameWithType: Attribute.GetCustomAttributes(Module, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Type) - nameWithType: Attribute.GetCustomAttributes(Module, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(Module, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Boolean) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Type) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetHashCode - commentId: M:System.Attribute.GetHashCode - parent: System.Attribute - isExternal: true - name: GetHashCode() - nameWithType: Attribute.GetHashCode() - fullName: System.Attribute.GetHashCode() - spec.csharp: - - uid: System.Attribute.GetHashCode - name: GetHashCode - nameWithType: Attribute.GetHashCode - fullName: System.Attribute.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetHashCode - name: GetHashCode - nameWithType: Attribute.GetHashCode - fullName: System.Attribute.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefaultAttribute - commentId: M:System.Attribute.IsDefaultAttribute - parent: System.Attribute - isExternal: true - name: IsDefaultAttribute() - nameWithType: Attribute.IsDefaultAttribute() - fullName: System.Attribute.IsDefaultAttribute() - spec.csharp: - - uid: System.Attribute.IsDefaultAttribute - name: IsDefaultAttribute - nameWithType: Attribute.IsDefaultAttribute - fullName: System.Attribute.IsDefaultAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefaultAttribute - name: IsDefaultAttribute - nameWithType: Attribute.IsDefaultAttribute - fullName: System.Attribute.IsDefaultAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(Assembly, Type) - nameWithType: Attribute.IsDefined(Assembly, Type) - fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(Assembly, Type, Boolean) - nameWithType: Attribute.IsDefined(Assembly, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(MemberInfo, Type) - nameWithType: Attribute.IsDefined(MemberInfo, Type) - fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(MemberInfo, Type, Boolean) - nameWithType: Attribute.IsDefined(MemberInfo, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(Module, Type) - nameWithType: Attribute.IsDefined(Module, Type) - fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(Module, Type, Boolean) - nameWithType: Attribute.IsDefined(Module, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(ParameterInfo, Type) - nameWithType: Attribute.IsDefined(ParameterInfo, Type) - fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(ParameterInfo, Type, Boolean) - nameWithType: Attribute.IsDefined(ParameterInfo, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.Match(System.Object) - commentId: M:System.Attribute.Match(System.Object) - parent: System.Attribute - isExternal: true - name: Match(Object) - nameWithType: Attribute.Match(Object) - fullName: System.Attribute.Match(System.Object) - spec.csharp: - - uid: System.Attribute.Match(System.Object) - name: Match - nameWithType: Attribute.Match - fullName: System.Attribute.Match - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.Match(System.Object) - name: Match - nameWithType: Attribute.Match - fullName: System.Attribute.Match - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.TypeId - commentId: P:System.Attribute.TypeId - parent: System.Attribute - isExternal: true - name: TypeId - nameWithType: Attribute.TypeId - fullName: System.Attribute.TypeId -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Attributes.ColumnAttribute.ColumnName* - commentId: Overload:Postgrest.Attributes.ColumnAttribute.ColumnName - name: ColumnName - nameWithType: ColumnAttribute.ColumnName - fullName: Postgrest.Attributes.ColumnAttribute.ColumnName -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.Attributes.ColumnAttribute.#ctor* - commentId: Overload:Postgrest.Attributes.ColumnAttribute.#ctor - name: ColumnAttribute - nameWithType: ColumnAttribute.ColumnAttribute - fullName: Postgrest.Attributes.ColumnAttribute.ColumnAttribute diff --git a/.documentation/api/Postgrest.Attributes.PrimaryKeyAttribute.yml b/.documentation/api/Postgrest.Attributes.PrimaryKeyAttribute.yml deleted file mode 100644 index f7561a1..0000000 --- a/.documentation/api/Postgrest.Attributes.PrimaryKeyAttribute.yml +++ /dev/null @@ -1,2520 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Attributes.PrimaryKeyAttribute - commentId: T:Postgrest.Attributes.PrimaryKeyAttribute - id: PrimaryKeyAttribute - parent: Postgrest.Attributes - children: - - Postgrest.Attributes.PrimaryKeyAttribute.#ctor(System.String) - - Postgrest.Attributes.PrimaryKeyAttribute.ColumnName - langs: - - csharp - - vb - name: PrimaryKeyAttribute - nameWithType: PrimaryKeyAttribute - fullName: Postgrest.Attributes.PrimaryKeyAttribute - type: Class - source: - remote: - path: Postgrest/Attributes/PrimaryKeyAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: PrimaryKeyAttribute - path: Postgrest/Attributes/PrimaryKeyAttribute.cs - startLine: 16 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - summary: "\nUsed to map a C# property to a Postgrest PrimaryKey.\n" - example: - - "\n
class User : BaseModel {\n    [PrimaryKey("id")]\n    public string Id {get; set;}\n}
\n" - syntax: - content: >- - [AttributeUsage(AttributeTargets.Property)] - - public class PrimaryKeyAttribute : Attribute - content.vb: >- - - - Public Class PrimaryKeyAttribute - - Inherits Attribute - inheritance: - - System.Object - - System.Attribute - inheritedMembers: - - System.Attribute.Equals(System.Object) - - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Module) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.GetHashCode - - System.Attribute.IsDefaultAttribute - - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.Module,System.Type) - - System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.Match(System.Object) - - System.Attribute.TypeId - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - attributes: - - type: System.AttributeUsageAttribute - ctor: System.AttributeUsageAttribute.#ctor(System.AttributeTargets) - arguments: - - type: System.AttributeTargets - value: 128 - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.Attributes.PrimaryKeyAttribute.ColumnName - commentId: P:Postgrest.Attributes.PrimaryKeyAttribute.ColumnName - id: ColumnName - parent: Postgrest.Attributes.PrimaryKeyAttribute - langs: - - csharp - - vb - name: ColumnName - nameWithType: PrimaryKeyAttribute.ColumnName - fullName: Postgrest.Attributes.PrimaryKeyAttribute.ColumnName - type: Property - source: - remote: - path: Postgrest/Attributes/PrimaryKeyAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ColumnName - path: Postgrest/Attributes/PrimaryKeyAttribute.cs - startLine: 19 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - syntax: - content: public string ColumnName { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property ColumnName As String - overload: Postgrest.Attributes.PrimaryKeyAttribute.ColumnName* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.Attributes.PrimaryKeyAttribute.#ctor(System.String) - commentId: M:Postgrest.Attributes.PrimaryKeyAttribute.#ctor(System.String) - id: '#ctor(System.String)' - parent: Postgrest.Attributes.PrimaryKeyAttribute - langs: - - csharp - - vb - name: PrimaryKeyAttribute(String) - nameWithType: PrimaryKeyAttribute.PrimaryKeyAttribute(String) - fullName: Postgrest.Attributes.PrimaryKeyAttribute.PrimaryKeyAttribute(System.String) - type: Constructor - source: - remote: - path: Postgrest/Attributes/PrimaryKeyAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/Attributes/PrimaryKeyAttribute.cs - startLine: 21 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - syntax: - content: public PrimaryKeyAttribute(string columnName = null) - parameters: - - id: columnName - type: System.String - content.vb: Public Sub New(columnName As String = Nothing) - overload: Postgrest.Attributes.PrimaryKeyAttribute.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest.Attributes - commentId: N:Postgrest.Attributes - name: Postgrest.Attributes - nameWithType: Postgrest.Attributes - fullName: Postgrest.Attributes -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Attribute - commentId: T:System.Attribute - parent: System - isExternal: true - name: Attribute - nameWithType: Attribute - fullName: System.Attribute -- uid: System.Attribute.Equals(System.Object) - commentId: M:System.Attribute.Equals(System.Object) - parent: System.Attribute - isExternal: true - name: Equals(Object) - nameWithType: Attribute.Equals(Object) - fullName: System.Attribute.Equals(System.Object) - spec.csharp: - - uid: System.Attribute.Equals(System.Object) - name: Equals - nameWithType: Attribute.Equals - fullName: System.Attribute.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.Equals(System.Object) - name: Equals - nameWithType: Attribute.Equals - fullName: System.Attribute.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Assembly, Type) - nameWithType: Attribute.GetCustomAttribute(Assembly, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Assembly, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(Assembly, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(MemberInfo, Type) - nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(MemberInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Module, Type) - nameWithType: Attribute.GetCustomAttribute(Module, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Module, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(Module, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(ParameterInfo, Type) - nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(ParameterInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly) - nameWithType: Attribute.GetCustomAttributes(Assembly) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Boolean) - nameWithType: Attribute.GetCustomAttributes(Assembly, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Type) - nameWithType: Attribute.GetCustomAttributes(Assembly, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(Assembly, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo) - nameWithType: Attribute.GetCustomAttributes(MemberInfo) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Boolean) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Type) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module) - nameWithType: Attribute.GetCustomAttributes(Module) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Boolean) - nameWithType: Attribute.GetCustomAttributes(Module, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Type) - nameWithType: Attribute.GetCustomAttributes(Module, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(Module, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Boolean) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Type) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetHashCode - commentId: M:System.Attribute.GetHashCode - parent: System.Attribute - isExternal: true - name: GetHashCode() - nameWithType: Attribute.GetHashCode() - fullName: System.Attribute.GetHashCode() - spec.csharp: - - uid: System.Attribute.GetHashCode - name: GetHashCode - nameWithType: Attribute.GetHashCode - fullName: System.Attribute.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetHashCode - name: GetHashCode - nameWithType: Attribute.GetHashCode - fullName: System.Attribute.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefaultAttribute - commentId: M:System.Attribute.IsDefaultAttribute - parent: System.Attribute - isExternal: true - name: IsDefaultAttribute() - nameWithType: Attribute.IsDefaultAttribute() - fullName: System.Attribute.IsDefaultAttribute() - spec.csharp: - - uid: System.Attribute.IsDefaultAttribute - name: IsDefaultAttribute - nameWithType: Attribute.IsDefaultAttribute - fullName: System.Attribute.IsDefaultAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefaultAttribute - name: IsDefaultAttribute - nameWithType: Attribute.IsDefaultAttribute - fullName: System.Attribute.IsDefaultAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(Assembly, Type) - nameWithType: Attribute.IsDefined(Assembly, Type) - fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(Assembly, Type, Boolean) - nameWithType: Attribute.IsDefined(Assembly, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(MemberInfo, Type) - nameWithType: Attribute.IsDefined(MemberInfo, Type) - fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(MemberInfo, Type, Boolean) - nameWithType: Attribute.IsDefined(MemberInfo, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(Module, Type) - nameWithType: Attribute.IsDefined(Module, Type) - fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(Module, Type, Boolean) - nameWithType: Attribute.IsDefined(Module, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(ParameterInfo, Type) - nameWithType: Attribute.IsDefined(ParameterInfo, Type) - fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(ParameterInfo, Type, Boolean) - nameWithType: Attribute.IsDefined(ParameterInfo, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.Match(System.Object) - commentId: M:System.Attribute.Match(System.Object) - parent: System.Attribute - isExternal: true - name: Match(Object) - nameWithType: Attribute.Match(Object) - fullName: System.Attribute.Match(System.Object) - spec.csharp: - - uid: System.Attribute.Match(System.Object) - name: Match - nameWithType: Attribute.Match - fullName: System.Attribute.Match - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.Match(System.Object) - name: Match - nameWithType: Attribute.Match - fullName: System.Attribute.Match - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.TypeId - commentId: P:System.Attribute.TypeId - parent: System.Attribute - isExternal: true - name: TypeId - nameWithType: Attribute.TypeId - fullName: System.Attribute.TypeId -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Attributes.PrimaryKeyAttribute.ColumnName* - commentId: Overload:Postgrest.Attributes.PrimaryKeyAttribute.ColumnName - name: ColumnName - nameWithType: PrimaryKeyAttribute.ColumnName - fullName: Postgrest.Attributes.PrimaryKeyAttribute.ColumnName -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.Attributes.PrimaryKeyAttribute.#ctor* - commentId: Overload:Postgrest.Attributes.PrimaryKeyAttribute.#ctor - name: PrimaryKeyAttribute - nameWithType: PrimaryKeyAttribute.PrimaryKeyAttribute - fullName: Postgrest.Attributes.PrimaryKeyAttribute.PrimaryKeyAttribute diff --git a/.documentation/api/Postgrest.Attributes.TableAttribute.yml b/.documentation/api/Postgrest.Attributes.TableAttribute.yml deleted file mode 100644 index 8fcfbe9..0000000 --- a/.documentation/api/Postgrest.Attributes.TableAttribute.yml +++ /dev/null @@ -1,2520 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Attributes.TableAttribute - commentId: T:Postgrest.Attributes.TableAttribute - id: TableAttribute - parent: Postgrest.Attributes - children: - - Postgrest.Attributes.TableAttribute.#ctor(System.String) - - Postgrest.Attributes.TableAttribute.Name - langs: - - csharp - - vb - name: TableAttribute - nameWithType: TableAttribute - fullName: Postgrest.Attributes.TableAttribute - type: Class - source: - remote: - path: Postgrest/Attributes/TableAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: TableAttribute - path: Postgrest/Attributes/TableAttribute.cs - startLine: 15 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - summary: "\nUsed to map a C# Model to a Postgres Table.\n" - example: - - "\n
[Table("user")]\nclass User : BaseModel {\n    [ColumnName("firstName")]\n    public string FirstName {get; set;}\n}
\n" - syntax: - content: >- - [AttributeUsage(AttributeTargets.Class)] - - public class TableAttribute : Attribute - content.vb: >- - - - Public Class TableAttribute - - Inherits Attribute - inheritance: - - System.Object - - System.Attribute - inheritedMembers: - - System.Attribute.Equals(System.Object) - - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Module) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.GetHashCode - - System.Attribute.IsDefaultAttribute - - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.Module,System.Type) - - System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - - System.Attribute.Match(System.Object) - - System.Attribute.TypeId - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - attributes: - - type: System.AttributeUsageAttribute - ctor: System.AttributeUsageAttribute.#ctor(System.AttributeTargets) - arguments: - - type: System.AttributeTargets - value: 4 - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.Attributes.TableAttribute.Name - commentId: P:Postgrest.Attributes.TableAttribute.Name - id: Name - parent: Postgrest.Attributes.TableAttribute - langs: - - csharp - - vb - name: Name - nameWithType: TableAttribute.Name - fullName: Postgrest.Attributes.TableAttribute.Name - type: Property - source: - remote: - path: Postgrest/Attributes/TableAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Name - path: Postgrest/Attributes/TableAttribute.cs - startLine: 18 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - syntax: - content: public string Name { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Name As String - overload: Postgrest.Attributes.TableAttribute.Name* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.Attributes.TableAttribute.#ctor(System.String) - commentId: M:Postgrest.Attributes.TableAttribute.#ctor(System.String) - id: '#ctor(System.String)' - parent: Postgrest.Attributes.TableAttribute - langs: - - csharp - - vb - name: TableAttribute(String) - nameWithType: TableAttribute.TableAttribute(String) - fullName: Postgrest.Attributes.TableAttribute.TableAttribute(System.String) - type: Constructor - source: - remote: - path: Postgrest/Attributes/TableAttribute.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/Attributes/TableAttribute.cs - startLine: 20 - assemblies: - - Postgrest - namespace: Postgrest.Attributes - syntax: - content: public TableAttribute(string tableName) - parameters: - - id: tableName - type: System.String - content.vb: Public Sub New(tableName As String) - overload: Postgrest.Attributes.TableAttribute.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest.Attributes - commentId: N:Postgrest.Attributes - name: Postgrest.Attributes - nameWithType: Postgrest.Attributes - fullName: Postgrest.Attributes -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Attribute - commentId: T:System.Attribute - parent: System - isExternal: true - name: Attribute - nameWithType: Attribute - fullName: System.Attribute -- uid: System.Attribute.Equals(System.Object) - commentId: M:System.Attribute.Equals(System.Object) - parent: System.Attribute - isExternal: true - name: Equals(Object) - nameWithType: Attribute.Equals(Object) - fullName: System.Attribute.Equals(System.Object) - spec.csharp: - - uid: System.Attribute.Equals(System.Object) - name: Equals - nameWithType: Attribute.Equals - fullName: System.Attribute.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.Equals(System.Object) - name: Equals - nameWithType: Attribute.Equals - fullName: System.Attribute.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Assembly, Type) - nameWithType: Attribute.GetCustomAttribute(Assembly, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Assembly, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(Assembly, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(MemberInfo, Type) - nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(MemberInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Module, Type) - nameWithType: Attribute.GetCustomAttribute(Module, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(Module, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(Module, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(ParameterInfo, Type) - nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttribute(ParameterInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttribute - nameWithType: Attribute.GetCustomAttribute - fullName: System.Attribute.GetCustomAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly) - nameWithType: Attribute.GetCustomAttributes(Assembly) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Boolean) - nameWithType: Attribute.GetCustomAttributes(Assembly, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Type) - nameWithType: Attribute.GetCustomAttributes(Assembly, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Assembly, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(Assembly, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo) - nameWithType: Attribute.GetCustomAttributes(MemberInfo) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Boolean) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Type) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(MemberInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module) - nameWithType: Attribute.GetCustomAttributes(Module) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Boolean) - nameWithType: Attribute.GetCustomAttributes(Module, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Type) - nameWithType: Attribute.GetCustomAttributes(Module, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(Module, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(Module, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Boolean) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Type) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: GetCustomAttributes(ParameterInfo, Type, Boolean) - nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) - fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: GetCustomAttributes - nameWithType: Attribute.GetCustomAttributes - fullName: System.Attribute.GetCustomAttributes - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.GetHashCode - commentId: M:System.Attribute.GetHashCode - parent: System.Attribute - isExternal: true - name: GetHashCode() - nameWithType: Attribute.GetHashCode() - fullName: System.Attribute.GetHashCode() - spec.csharp: - - uid: System.Attribute.GetHashCode - name: GetHashCode - nameWithType: Attribute.GetHashCode - fullName: System.Attribute.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.GetHashCode - name: GetHashCode - nameWithType: Attribute.GetHashCode - fullName: System.Attribute.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefaultAttribute - commentId: M:System.Attribute.IsDefaultAttribute - parent: System.Attribute - isExternal: true - name: IsDefaultAttribute() - nameWithType: Attribute.IsDefaultAttribute() - fullName: System.Attribute.IsDefaultAttribute() - spec.csharp: - - uid: System.Attribute.IsDefaultAttribute - name: IsDefaultAttribute - nameWithType: Attribute.IsDefaultAttribute - fullName: System.Attribute.IsDefaultAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefaultAttribute - name: IsDefaultAttribute - nameWithType: Attribute.IsDefaultAttribute - fullName: System.Attribute.IsDefaultAttribute - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(Assembly, Type) - nameWithType: Attribute.IsDefined(Assembly, Type) - fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(Assembly, Type, Boolean) - nameWithType: Attribute.IsDefined(Assembly, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Assembly - name: Assembly - nameWithType: Assembly - fullName: System.Reflection.Assembly - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(MemberInfo, Type) - nameWithType: Attribute.IsDefined(MemberInfo, Type) - fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(MemberInfo, Type, Boolean) - nameWithType: Attribute.IsDefined(MemberInfo, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.MemberInfo - name: MemberInfo - nameWithType: MemberInfo - fullName: System.Reflection.MemberInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(Module, Type) - nameWithType: Attribute.IsDefined(Module, Type) - fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(Module, Type, Boolean) - nameWithType: Attribute.IsDefined(Module, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.Module - name: Module - nameWithType: Module - fullName: System.Reflection.Module - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - parent: System.Attribute - isExternal: true - name: IsDefined(ParameterInfo, Type) - nameWithType: Attribute.IsDefined(ParameterInfo, Type) - fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - parent: System.Attribute - isExternal: true - name: IsDefined(ParameterInfo, Type, Boolean) - nameWithType: Attribute.IsDefined(ParameterInfo, Type, Boolean) - fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) - spec.csharp: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - name: IsDefined - nameWithType: Attribute.IsDefined - fullName: System.Attribute.IsDefined - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Reflection.ParameterInfo - name: ParameterInfo - nameWithType: ParameterInfo - fullName: System.Reflection.ParameterInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.Match(System.Object) - commentId: M:System.Attribute.Match(System.Object) - parent: System.Attribute - isExternal: true - name: Match(Object) - nameWithType: Attribute.Match(Object) - fullName: System.Attribute.Match(System.Object) - spec.csharp: - - uid: System.Attribute.Match(System.Object) - name: Match - nameWithType: Attribute.Match - fullName: System.Attribute.Match - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Attribute.Match(System.Object) - name: Match - nameWithType: Attribute.Match - fullName: System.Attribute.Match - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Attribute.TypeId - commentId: P:System.Attribute.TypeId - parent: System.Attribute - isExternal: true - name: TypeId - nameWithType: Attribute.TypeId - fullName: System.Attribute.TypeId -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Attributes.TableAttribute.Name* - commentId: Overload:Postgrest.Attributes.TableAttribute.Name - name: Name - nameWithType: TableAttribute.Name - fullName: Postgrest.Attributes.TableAttribute.Name -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.Attributes.TableAttribute.#ctor* - commentId: Overload:Postgrest.Attributes.TableAttribute.#ctor - name: TableAttribute - nameWithType: TableAttribute.TableAttribute - fullName: Postgrest.Attributes.TableAttribute.TableAttribute diff --git a/.documentation/api/Postgrest.Attributes.yml b/.documentation/api/Postgrest.Attributes.yml deleted file mode 100644 index a0b649e..0000000 --- a/.documentation/api/Postgrest.Attributes.yml +++ /dev/null @@ -1,34 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Attributes - commentId: N:Postgrest.Attributes - id: Postgrest.Attributes - children: - - Postgrest.Attributes.ColumnAttribute - - Postgrest.Attributes.PrimaryKeyAttribute - - Postgrest.Attributes.TableAttribute - langs: - - csharp - - vb - name: Postgrest.Attributes - nameWithType: Postgrest.Attributes - fullName: Postgrest.Attributes - type: Namespace - assemblies: - - Postgrest -references: -- uid: Postgrest.Attributes.ColumnAttribute - commentId: T:Postgrest.Attributes.ColumnAttribute - name: ColumnAttribute - nameWithType: ColumnAttribute - fullName: Postgrest.Attributes.ColumnAttribute -- uid: Postgrest.Attributes.PrimaryKeyAttribute - commentId: T:Postgrest.Attributes.PrimaryKeyAttribute - name: PrimaryKeyAttribute - nameWithType: PrimaryKeyAttribute - fullName: Postgrest.Attributes.PrimaryKeyAttribute -- uid: Postgrest.Attributes.TableAttribute - commentId: T:Postgrest.Attributes.TableAttribute - name: TableAttribute - nameWithType: TableAttribute - fullName: Postgrest.Attributes.TableAttribute diff --git a/.documentation/api/Postgrest.Client.yml b/.documentation/api/Postgrest.Client.yml deleted file mode 100644 index b7f7a47..0000000 --- a/.documentation/api/Postgrest.Client.yml +++ /dev/null @@ -1,937 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Client - commentId: T:Postgrest.Client - id: Client - parent: Postgrest - children: - - Postgrest.Client.BaseUrl - - Postgrest.Client.Initialize(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions) - - Postgrest.Client.Instance - - Postgrest.Client.Rpc(System.String,System.Collections.Generic.Dictionary{System.String,System.Object}) - - Postgrest.Client.SerializerSettings - - Postgrest.Client.Table``1 - langs: - - csharp - - vb - name: Client - nameWithType: Client - fullName: Postgrest.Client - type: Class - source: - remote: - path: Postgrest/Client.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Client - path: Postgrest/Client.cs - startLine: 16 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nA Singleton that represents a single, reusable connection to a Postgrest endpoint. Should be first called with the `Initialize()` method.\n" - example: [] - syntax: - content: public class Client - content.vb: Public Class Client - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.Client.BaseUrl - commentId: P:Postgrest.Client.BaseUrl - id: BaseUrl - parent: Postgrest.Client - langs: - - csharp - - vb - name: BaseUrl - nameWithType: Client.BaseUrl - fullName: Postgrest.Client.BaseUrl - type: Property - source: - remote: - path: Postgrest/Client.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: BaseUrl - path: Postgrest/Client.cs - startLine: 21 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nAPI Base Url for subsequent calls.\n" - example: [] - syntax: - content: public string BaseUrl { get; } - parameters: [] - return: - type: System.String - content.vb: Public ReadOnly Property BaseUrl As String - overload: Postgrest.Client.BaseUrl* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.Client.Instance - commentId: P:Postgrest.Client.Instance - id: Instance - parent: Postgrest.Client - langs: - - csharp - - vb - name: Instance - nameWithType: Client.Instance - fullName: Postgrest.Client.Instance - type: Property - source: - remote: - path: Postgrest/Client.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Instance - path: Postgrest/Client.cs - startLine: 30 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nReturns the Singleton Instance of this Class.\n" - example: [] - syntax: - content: public static Client Instance { get; } - parameters: [] - return: - type: Postgrest.Client - content.vb: Public Shared ReadOnly Property Instance As Client - overload: Postgrest.Client.Instance* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: Postgrest.Client.Initialize(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions) - commentId: M:Postgrest.Client.Initialize(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions) - id: Initialize(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions) - parent: Postgrest.Client - langs: - - csharp - - vb - name: Initialize(String, ClientAuthorization, ClientOptions) - nameWithType: Client.Initialize(String, ClientAuthorization, ClientOptions) - fullName: Postgrest.Client.Initialize(System.String, Postgrest.ClientAuthorization, Postgrest.ClientOptions) - type: Method - source: - remote: - path: Postgrest/Client.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Initialize - path: Postgrest/Client.cs - startLine: 50 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nShould be the first call to this class to initialize a connection with a Postgrest API Server\n" - example: [] - syntax: - content: public Client Initialize(string baseUrl, ClientAuthorization authorization, ClientOptions options = null) - parameters: - - id: baseUrl - type: System.String - description: 'Api Endpoint (ex: "http://localhost:8000"), no trailing slash required.' - - id: authorization - type: Postgrest.ClientAuthorization - description: Authorization Information. - - id: options - type: Postgrest.ClientOptions - description: Optional client configuration. - return: - type: Postgrest.Client - description: '' - content.vb: Public Function Initialize(baseUrl As String, authorization As ClientAuthorization, options As ClientOptions = Nothing) As Client - overload: Postgrest.Client.Initialize* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.Client.SerializerSettings - commentId: P:Postgrest.Client.SerializerSettings - id: SerializerSettings - parent: Postgrest.Client - langs: - - csharp - - vb - name: SerializerSettings - nameWithType: Client.SerializerSettings - fullName: Postgrest.Client.SerializerSettings - type: Property - source: - remote: - path: Postgrest/Client.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: SerializerSettings - path: Postgrest/Client.cs - startLine: 72 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nCustom Serializer resolvers and converters that will be used for encoding and decoding Postgrest JSON responses.\n\nBy default, Postgrest seems to use a date format that C# and Newtonsoft do not like, so this initial\nconfiguration handles that.\n" - example: [] - syntax: - content: public JsonSerializerSettings SerializerSettings { get; } - parameters: [] - return: - type: JsonSerializerSettings - content.vb: Public ReadOnly Property SerializerSettings As JsonSerializerSettings - overload: Postgrest.Client.SerializerSettings* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.Client.Table``1 - commentId: M:Postgrest.Client.Table``1 - id: Table``1 - parent: Postgrest.Client - langs: - - csharp - - vb - name: Table() - nameWithType: Client.Table() - fullName: Postgrest.Client.Table() - type: Method - source: - remote: - path: Postgrest/Client.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Table - path: Postgrest/Client.cs - startLine: 97 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nReturns a Table Query Builder instance for a defined model - representative of `USE $TABLE`\n" - example: [] - syntax: - content: >- - public Table Table() - - where T : BaseModel, new() - typeParameters: - - id: T - description: Custom Model derived from `BaseModel` - return: - type: Postgrest.Table{{T}} - description: '' - content.vb: Public Function Table(Of T As {BaseModel, New}) As Table(Of T) - overload: Postgrest.Client.Table* - nameWithType.vb: Client.Table(Of T)() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Client.Table(Of T)() - name.vb: Table(Of T)() -- uid: Postgrest.Client.Rpc(System.String,System.Collections.Generic.Dictionary{System.String,System.Object}) - commentId: M:Postgrest.Client.Rpc(System.String,System.Collections.Generic.Dictionary{System.String,System.Object}) - id: Rpc(System.String,System.Collections.Generic.Dictionary{System.String,System.Object}) - parent: Postgrest.Client - langs: - - csharp - - vb - name: Rpc(String, Dictionary) - nameWithType: Client.Rpc(String, Dictionary) - fullName: Postgrest.Client.Rpc(System.String, System.Collections.Generic.Dictionary) - type: Method - source: - remote: - path: Postgrest/Client.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Rpc - path: Postgrest/Client.cs - startLine: 105 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nPerform a stored procedure call.\n" - example: [] - syntax: - content: public Task Rpc(string procedureName, Dictionary parameters) - parameters: - - id: procedureName - type: System.String - description: The function name to call - - id: parameters - type: System.Collections.Generic.Dictionary{System.String,System.Object} - description: The parameters to pass to the function call - return: - type: System.Threading.Tasks.Task{Postgrest.Responses.BaseResponse} - description: '' - content.vb: Public Function Rpc(procedureName As String, parameters As Dictionary(Of String, Object)) As Task(Of BaseResponse) - overload: Postgrest.Client.Rpc* - nameWithType.vb: Client.Rpc(String, Dictionary(Of String, Object)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Client.Rpc(System.String, System.Collections.Generic.Dictionary(Of System.String, System.Object)) - name.vb: Rpc(String, Dictionary(Of String, Object)) -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Client.BaseUrl* - commentId: Overload:Postgrest.Client.BaseUrl - name: BaseUrl - nameWithType: Client.BaseUrl - fullName: Postgrest.Client.BaseUrl -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.Client.Instance* - commentId: Overload:Postgrest.Client.Instance - name: Instance - nameWithType: Client.Instance - fullName: Postgrest.Client.Instance -- uid: Postgrest.Client - commentId: T:Postgrest.Client - parent: Postgrest - name: Client - nameWithType: Client - fullName: Postgrest.Client -- uid: Postgrest.Client.Initialize* - commentId: Overload:Postgrest.Client.Initialize - name: Initialize - nameWithType: Client.Initialize - fullName: Postgrest.Client.Initialize -- uid: Postgrest.ClientAuthorization - commentId: T:Postgrest.ClientAuthorization - parent: Postgrest - name: ClientAuthorization - nameWithType: ClientAuthorization - fullName: Postgrest.ClientAuthorization -- uid: Postgrest.ClientOptions - commentId: T:Postgrest.ClientOptions - parent: Postgrest - name: ClientOptions - nameWithType: ClientOptions - fullName: Postgrest.ClientOptions -- uid: Postgrest.Client.SerializerSettings* - commentId: Overload:Postgrest.Client.SerializerSettings - name: SerializerSettings - nameWithType: Client.SerializerSettings - fullName: Postgrest.Client.SerializerSettings -- uid: JsonSerializerSettings - commentId: '!:JsonSerializerSettings' - isExternal: true - name: JsonSerializerSettings - nameWithType: JsonSerializerSettings - fullName: JsonSerializerSettings -- uid: Postgrest.Client.Table* - commentId: Overload:Postgrest.Client.Table - name: Table - nameWithType: Client.Table - fullName: Postgrest.Client.Table -- uid: Postgrest.Table{{T}} - commentId: T:Postgrest.Table{``0} - parent: Postgrest - definition: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - nameWithType.vb: Table(Of T) - fullName.vb: Postgrest.Table(Of T) - name.vb: Table(Of T) - spec.csharp: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Table`1 - commentId: T:Postgrest.Table`1 - parent: Postgrest - name: Table - nameWithType: Table - fullName: Postgrest.Table - nameWithType.vb: Table(Of T) - fullName.vb: Postgrest.Table(Of T) - name.vb: Table(Of T) - spec.csharp: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Client.Rpc* - commentId: Overload:Postgrest.Client.Rpc - name: Rpc - nameWithType: Client.Rpc - fullName: Postgrest.Client.Rpc -- uid: System.Collections.Generic.Dictionary{System.String,System.Object} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.Object} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, Object) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.Object) - name.vb: Dictionary(Of String, Object) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Threading.Tasks.Task{Postgrest.Responses.BaseResponse} - commentId: T:System.Threading.Tasks.Task{Postgrest.Responses.BaseResponse} - parent: System.Threading.Tasks - definition: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - nameWithType.vb: Task(Of BaseResponse) - fullName.vb: System.Threading.Tasks.Task(Of Postgrest.Responses.BaseResponse) - name.vb: Task(Of BaseResponse) - spec.csharp: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Postgrest.Responses.BaseResponse - name: BaseResponse - nameWithType: BaseResponse - fullName: Postgrest.Responses.BaseResponse - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Postgrest.Responses.BaseResponse - name: BaseResponse - nameWithType: BaseResponse - fullName: Postgrest.Responses.BaseResponse - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: System.Threading.Tasks.Task`1 - commentId: T:System.Threading.Tasks.Task`1 - isExternal: true - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - nameWithType.vb: Task(Of TResult) - fullName.vb: System.Threading.Tasks.Task(Of TResult) - name.vb: Task(Of TResult) - spec.csharp: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TResult - nameWithType: TResult - fullName: TResult - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TResult - nameWithType: TResult - fullName: TResult - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Threading.Tasks - commentId: N:System.Threading.Tasks - isExternal: true - name: System.Threading.Tasks - nameWithType: System.Threading.Tasks - fullName: System.Threading.Tasks diff --git a/.documentation/api/Postgrest.ClientAuthorization.AuthorizationType.yml b/.documentation/api/Postgrest.ClientAuthorization.AuthorizationType.yml deleted file mode 100644 index 412b7e5..0000000 --- a/.documentation/api/Postgrest.ClientAuthorization.AuthorizationType.yml +++ /dev/null @@ -1,178 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.ClientAuthorization.AuthorizationType - commentId: T:Postgrest.ClientAuthorization.AuthorizationType - id: ClientAuthorization.AuthorizationType - parent: Postgrest - children: - - Postgrest.ClientAuthorization.AuthorizationType.ApiKey - - Postgrest.ClientAuthorization.AuthorizationType.Basic - - Postgrest.ClientAuthorization.AuthorizationType.Open - - Postgrest.ClientAuthorization.AuthorizationType.Token - langs: - - csharp - - vb - name: ClientAuthorization.AuthorizationType - nameWithType: ClientAuthorization.AuthorizationType - fullName: Postgrest.ClientAuthorization.AuthorizationType - type: Enum - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: AuthorizationType - path: Postgrest/ClientAuthorization.cs - startLine: 14 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public enum AuthorizationType - content.vb: Public Enum AuthorizationType - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Postgrest.ClientAuthorization.AuthorizationType.Open - commentId: F:Postgrest.ClientAuthorization.AuthorizationType.Open - id: Open - parent: Postgrest.ClientAuthorization.AuthorizationType - langs: - - csharp - - vb - name: Open - nameWithType: ClientAuthorization.AuthorizationType.Open - fullName: Postgrest.ClientAuthorization.AuthorizationType.Open - type: Field - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Open - path: Postgrest/ClientAuthorization.cs - startLine: 16 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Open = 0 - return: - type: Postgrest.ClientAuthorization.AuthorizationType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.ClientAuthorization.AuthorizationType.ApiKey - commentId: F:Postgrest.ClientAuthorization.AuthorizationType.ApiKey - id: ApiKey - parent: Postgrest.ClientAuthorization.AuthorizationType - langs: - - csharp - - vb - name: ApiKey - nameWithType: ClientAuthorization.AuthorizationType.ApiKey - fullName: Postgrest.ClientAuthorization.AuthorizationType.ApiKey - type: Field - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ApiKey - path: Postgrest/ClientAuthorization.cs - startLine: 17 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: ApiKey = 1 - return: - type: Postgrest.ClientAuthorization.AuthorizationType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.ClientAuthorization.AuthorizationType.Token - commentId: F:Postgrest.ClientAuthorization.AuthorizationType.Token - id: Token - parent: Postgrest.ClientAuthorization.AuthorizationType - langs: - - csharp - - vb - name: Token - nameWithType: ClientAuthorization.AuthorizationType.Token - fullName: Postgrest.ClientAuthorization.AuthorizationType.Token - type: Field - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Token - path: Postgrest/ClientAuthorization.cs - startLine: 18 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Token = 2 - return: - type: Postgrest.ClientAuthorization.AuthorizationType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.ClientAuthorization.AuthorizationType.Basic - commentId: F:Postgrest.ClientAuthorization.AuthorizationType.Basic - id: Basic - parent: Postgrest.ClientAuthorization.AuthorizationType - langs: - - csharp - - vb - name: Basic - nameWithType: ClientAuthorization.AuthorizationType.Basic - fullName: Postgrest.ClientAuthorization.AuthorizationType.Basic - type: Field - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Basic - path: Postgrest/ClientAuthorization.cs - startLine: 19 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Basic = 3 - return: - type: Postgrest.ClientAuthorization.AuthorizationType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: Postgrest.ClientAuthorization.AuthorizationType - commentId: T:Postgrest.ClientAuthorization.AuthorizationType - parent: Postgrest - name: ClientAuthorization.AuthorizationType - nameWithType: ClientAuthorization.AuthorizationType - fullName: Postgrest.ClientAuthorization.AuthorizationType diff --git a/.documentation/api/Postgrest.ClientAuthorization.yml b/.documentation/api/Postgrest.ClientAuthorization.yml deleted file mode 100644 index 5b9621f..0000000 --- a/.documentation/api/Postgrest.ClientAuthorization.yml +++ /dev/null @@ -1,706 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.ClientAuthorization - commentId: T:Postgrest.ClientAuthorization - id: ClientAuthorization - parent: Postgrest - children: - - Postgrest.ClientAuthorization.#ctor - - Postgrest.ClientAuthorization.#ctor(Postgrest.ClientAuthorization.AuthorizationType,System.String,System.String) - - Postgrest.ClientAuthorization.#ctor(System.String) - - Postgrest.ClientAuthorization.#ctor(System.String,System.String) - - Postgrest.ClientAuthorization.ApiKey - - Postgrest.ClientAuthorization.Password - - Postgrest.ClientAuthorization.Token - - Postgrest.ClientAuthorization.Type - - Postgrest.ClientAuthorization.Username - langs: - - csharp - - vb - name: ClientAuthorization - nameWithType: ClientAuthorization - fullName: Postgrest.ClientAuthorization - type: Class - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ClientAuthorization - path: Postgrest/ClientAuthorization.cs - startLine: 6 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nRepresents the Authorization information required for a Postgrest Client Instance.\n" - example: [] - syntax: - content: public class ClientAuthorization - content.vb: Public Class ClientAuthorization - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.ClientAuthorization.ApiKey - commentId: P:Postgrest.ClientAuthorization.ApiKey - id: ApiKey - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: ApiKey - nameWithType: ClientAuthorization.ApiKey - fullName: Postgrest.ClientAuthorization.ApiKey - type: Property - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ApiKey - path: Postgrest/ClientAuthorization.cs - startLine: 8 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string ApiKey { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property ApiKey As String - overload: Postgrest.ClientAuthorization.ApiKey* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.Token - commentId: P:Postgrest.ClientAuthorization.Token - id: Token - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: Token - nameWithType: ClientAuthorization.Token - fullName: Postgrest.ClientAuthorization.Token - type: Property - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Token - path: Postgrest/ClientAuthorization.cs - startLine: 9 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string Token { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Token As String - overload: Postgrest.ClientAuthorization.Token* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.Username - commentId: P:Postgrest.ClientAuthorization.Username - id: Username - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: Username - nameWithType: ClientAuthorization.Username - fullName: Postgrest.ClientAuthorization.Username - type: Property - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Username - path: Postgrest/ClientAuthorization.cs - startLine: 10 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string Username { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Username As String - overload: Postgrest.ClientAuthorization.Username* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.Password - commentId: P:Postgrest.ClientAuthorization.Password - id: Password - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: Password - nameWithType: ClientAuthorization.Password - fullName: Postgrest.ClientAuthorization.Password - type: Property - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Password - path: Postgrest/ClientAuthorization.cs - startLine: 11 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string Password { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Password As String - overload: Postgrest.ClientAuthorization.Password* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.Type - commentId: P:Postgrest.ClientAuthorization.Type - id: Type - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: Type - nameWithType: ClientAuthorization.Type - fullName: Postgrest.ClientAuthorization.Type - type: Property - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Type - path: Postgrest/ClientAuthorization.cs - startLine: 12 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public ClientAuthorization.AuthorizationType Type { get; set; } - parameters: [] - return: - type: Postgrest.ClientAuthorization.AuthorizationType - content.vb: Public Property Type As ClientAuthorization.AuthorizationType - overload: Postgrest.ClientAuthorization.Type* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.#ctor - commentId: M:Postgrest.ClientAuthorization.#ctor - id: '#ctor' - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: ClientAuthorization() - nameWithType: ClientAuthorization.ClientAuthorization() - fullName: Postgrest.ClientAuthorization.ClientAuthorization() - type: Constructor - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/ClientAuthorization.cs - startLine: 22 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public ClientAuthorization() - content.vb: Public Sub New - overload: Postgrest.ClientAuthorization.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.#ctor(System.String) - commentId: M:Postgrest.ClientAuthorization.#ctor(System.String) - id: '#ctor(System.String)' - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: ClientAuthorization(String) - nameWithType: ClientAuthorization.ClientAuthorization(String) - fullName: Postgrest.ClientAuthorization.ClientAuthorization(System.String) - type: Constructor - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/ClientAuthorization.cs - startLine: 27 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public ClientAuthorization(string apiKey) - parameters: - - id: apiKey - type: System.String - content.vb: Public Sub New(apiKey As String) - overload: Postgrest.ClientAuthorization.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.#ctor(System.String,System.String) - commentId: M:Postgrest.ClientAuthorization.#ctor(System.String,System.String) - id: '#ctor(System.String,System.String)' - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: ClientAuthorization(String, String) - nameWithType: ClientAuthorization.ClientAuthorization(String, String) - fullName: Postgrest.ClientAuthorization.ClientAuthorization(System.String, System.String) - type: Constructor - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/ClientAuthorization.cs - startLine: 33 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public ClientAuthorization(string username, string password) - parameters: - - id: username - type: System.String - - id: password - type: System.String - content.vb: Public Sub New(username As String, password As String) - overload: Postgrest.ClientAuthorization.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.ClientAuthorization.#ctor(Postgrest.ClientAuthorization.AuthorizationType,System.String,System.String) - commentId: M:Postgrest.ClientAuthorization.#ctor(Postgrest.ClientAuthorization.AuthorizationType,System.String,System.String) - id: '#ctor(Postgrest.ClientAuthorization.AuthorizationType,System.String,System.String)' - parent: Postgrest.ClientAuthorization - langs: - - csharp - - vb - name: ClientAuthorization(ClientAuthorization.AuthorizationType, String, String) - nameWithType: ClientAuthorization.ClientAuthorization(ClientAuthorization.AuthorizationType, String, String) - fullName: Postgrest.ClientAuthorization.ClientAuthorization(Postgrest.ClientAuthorization.AuthorizationType, System.String, System.String) - type: Constructor - source: - remote: - path: Postgrest/ClientAuthorization.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/ClientAuthorization.cs - startLine: 40 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public ClientAuthorization(ClientAuthorization.AuthorizationType type, string value1, string value2 = null) - parameters: - - id: type - type: Postgrest.ClientAuthorization.AuthorizationType - - id: value1 - type: System.String - - id: value2 - type: System.String - content.vb: Public Sub New(type As ClientAuthorization.AuthorizationType, value1 As String, value2 As String = Nothing) - overload: Postgrest.ClientAuthorization.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.ClientAuthorization.ApiKey* - commentId: Overload:Postgrest.ClientAuthorization.ApiKey - name: ApiKey - nameWithType: ClientAuthorization.ApiKey - fullName: Postgrest.ClientAuthorization.ApiKey -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.ClientAuthorization.Token* - commentId: Overload:Postgrest.ClientAuthorization.Token - name: Token - nameWithType: ClientAuthorization.Token - fullName: Postgrest.ClientAuthorization.Token -- uid: Postgrest.ClientAuthorization.Username* - commentId: Overload:Postgrest.ClientAuthorization.Username - name: Username - nameWithType: ClientAuthorization.Username - fullName: Postgrest.ClientAuthorization.Username -- uid: Postgrest.ClientAuthorization.Password* - commentId: Overload:Postgrest.ClientAuthorization.Password - name: Password - nameWithType: ClientAuthorization.Password - fullName: Postgrest.ClientAuthorization.Password -- uid: Postgrest.ClientAuthorization.Type* - commentId: Overload:Postgrest.ClientAuthorization.Type - name: Type - nameWithType: ClientAuthorization.Type - fullName: Postgrest.ClientAuthorization.Type -- uid: Postgrest.ClientAuthorization.AuthorizationType - commentId: T:Postgrest.ClientAuthorization.AuthorizationType - parent: Postgrest - name: ClientAuthorization.AuthorizationType - nameWithType: ClientAuthorization.AuthorizationType - fullName: Postgrest.ClientAuthorization.AuthorizationType -- uid: Postgrest.ClientAuthorization.#ctor* - commentId: Overload:Postgrest.ClientAuthorization.#ctor - name: ClientAuthorization - nameWithType: ClientAuthorization.ClientAuthorization - fullName: Postgrest.ClientAuthorization.ClientAuthorization diff --git a/.documentation/api/Postgrest.ClientOptions.yml b/.documentation/api/Postgrest.ClientOptions.yml deleted file mode 100644 index 6d9bb88..0000000 --- a/.documentation/api/Postgrest.ClientOptions.yml +++ /dev/null @@ -1,666 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.ClientOptions - commentId: T:Postgrest.ClientOptions - id: ClientOptions - parent: Postgrest - children: - - Postgrest.ClientOptions.DateTimeFormat - - Postgrest.ClientOptions.DateTimeStyles - - Postgrest.ClientOptions.Headers - - Postgrest.ClientOptions.QueryParams - - Postgrest.ClientOptions.Schema - langs: - - csharp - - vb - name: ClientOptions - nameWithType: ClientOptions - fullName: Postgrest.ClientOptions - type: Class - source: - remote: - path: Postgrest/ClientOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ClientOptions - path: Postgrest/ClientOptions.cs - startLine: 5 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public class ClientOptions - content.vb: Public Class ClientOptions - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.ClientOptions.Schema - commentId: P:Postgrest.ClientOptions.Schema - id: Schema - parent: Postgrest.ClientOptions - langs: - - csharp - - vb - name: Schema - nameWithType: ClientOptions.Schema - fullName: Postgrest.ClientOptions.Schema - type: Property - source: - remote: - path: Postgrest/ClientOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Schema - path: Postgrest/ClientOptions.cs - startLine: 7 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string Schema { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Schema As String - overload: Postgrest.ClientOptions.Schema* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.ClientOptions.DateTimeStyles - commentId: F:Postgrest.ClientOptions.DateTimeStyles - id: DateTimeStyles - parent: Postgrest.ClientOptions - langs: - - csharp - - vb - name: DateTimeStyles - nameWithType: ClientOptions.DateTimeStyles - fullName: Postgrest.ClientOptions.DateTimeStyles - type: Field - source: - remote: - path: Postgrest/ClientOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: DateTimeStyles - path: Postgrest/ClientOptions.cs - startLine: 8 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public DateTimeStyles DateTimeStyles - return: - type: System.Globalization.DateTimeStyles - content.vb: Public DateTimeStyles As DateTimeStyles - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.ClientOptions.DateTimeFormat - commentId: F:Postgrest.ClientOptions.DateTimeFormat - id: DateTimeFormat - parent: Postgrest.ClientOptions - langs: - - csharp - - vb - name: DateTimeFormat - nameWithType: ClientOptions.DateTimeFormat - fullName: Postgrest.ClientOptions.DateTimeFormat - type: Field - source: - remote: - path: Postgrest/ClientOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: DateTimeFormat - path: Postgrest/ClientOptions.cs - startLine: 9 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string DateTimeFormat - return: - type: System.String - content.vb: Public DateTimeFormat As String - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.ClientOptions.Headers - commentId: P:Postgrest.ClientOptions.Headers - id: Headers - parent: Postgrest.ClientOptions - langs: - - csharp - - vb - name: Headers - nameWithType: ClientOptions.Headers - fullName: Postgrest.ClientOptions.Headers - type: Property - source: - remote: - path: Postgrest/ClientOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Headers - path: Postgrest/ClientOptions.cs - startLine: 10 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Dictionary Headers { get; set; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{System.String,System.String} - content.vb: Public Property Headers As Dictionary(Of String, String) - overload: Postgrest.ClientOptions.Headers* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.ClientOptions.QueryParams - commentId: P:Postgrest.ClientOptions.QueryParams - id: QueryParams - parent: Postgrest.ClientOptions - langs: - - csharp - - vb - name: QueryParams - nameWithType: ClientOptions.QueryParams - fullName: Postgrest.ClientOptions.QueryParams - type: Property - source: - remote: - path: Postgrest/ClientOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: QueryParams - path: Postgrest/ClientOptions.cs - startLine: 11 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Dictionary QueryParams { get; set; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{System.String,System.String} - content.vb: Public Property QueryParams As Dictionary(Of String, String) - overload: Postgrest.ClientOptions.QueryParams* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.ClientOptions.Schema* - commentId: Overload:Postgrest.ClientOptions.Schema - name: Schema - nameWithType: ClientOptions.Schema - fullName: Postgrest.ClientOptions.Schema -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: System.Globalization.DateTimeStyles - commentId: T:System.Globalization.DateTimeStyles - parent: System.Globalization - isExternal: true - name: DateTimeStyles - nameWithType: DateTimeStyles - fullName: System.Globalization.DateTimeStyles -- uid: System.Globalization - commentId: N:System.Globalization - isExternal: true - name: System.Globalization - nameWithType: System.Globalization - fullName: System.Globalization -- uid: Postgrest.ClientOptions.Headers* - commentId: Overload:Postgrest.ClientOptions.Headers - name: Headers - nameWithType: ClientOptions.Headers - fullName: Postgrest.ClientOptions.Headers -- uid: System.Collections.Generic.Dictionary{System.String,System.String} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, String) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.String) - name.vb: Dictionary(Of String, String) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: Postgrest.ClientOptions.QueryParams* - commentId: Overload:Postgrest.ClientOptions.QueryParams - name: QueryParams - nameWithType: ClientOptions.QueryParams - fullName: Postgrest.ClientOptions.QueryParams diff --git a/.documentation/api/Postgrest.Constants.NullPosition.yml b/.documentation/api/Postgrest.Constants.NullPosition.yml deleted file mode 100644 index b9d1059..0000000 --- a/.documentation/api/Postgrest.Constants.NullPosition.yml +++ /dev/null @@ -1,112 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Constants.NullPosition - commentId: T:Postgrest.Constants.NullPosition - id: Constants.NullPosition - parent: Postgrest - children: - - Postgrest.Constants.NullPosition.First - - Postgrest.Constants.NullPosition.Last - langs: - - csharp - - vb - name: Constants.NullPosition - nameWithType: Constants.NullPosition - fullName: Postgrest.Constants.NullPosition - type: Enum - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: NullPosition - path: Postgrest/Constants.cs - startLine: 69 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public enum NullPosition - content.vb: Public Enum NullPosition - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Postgrest.Constants.NullPosition.First - commentId: F:Postgrest.Constants.NullPosition.First - id: First - parent: Postgrest.Constants.NullPosition - langs: - - csharp - - vb - name: First - nameWithType: Constants.NullPosition.First - fullName: Postgrest.Constants.NullPosition.First - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: First - path: Postgrest/Constants.cs - startLine: 71 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: First = 0 - return: - type: Postgrest.Constants.NullPosition - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.NullPosition.Last - commentId: F:Postgrest.Constants.NullPosition.Last - id: Last - parent: Postgrest.Constants.NullPosition - langs: - - csharp - - vb - name: Last - nameWithType: Constants.NullPosition.Last - fullName: Postgrest.Constants.NullPosition.Last - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Last - path: Postgrest/Constants.cs - startLine: 73 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Last = 1 - return: - type: Postgrest.Constants.NullPosition - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: Postgrest.Constants.NullPosition - commentId: T:Postgrest.Constants.NullPosition - parent: Postgrest - name: Constants.NullPosition - nameWithType: Constants.NullPosition - fullName: Postgrest.Constants.NullPosition diff --git a/.documentation/api/Postgrest.Constants.Operator.yml b/.documentation/api/Postgrest.Constants.Operator.yml deleted file mode 100644 index 3e671a7..0000000 --- a/.documentation/api/Postgrest.Constants.Operator.yml +++ /dev/null @@ -1,871 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Constants.Operator - commentId: T:Postgrest.Constants.Operator - id: Constants.Operator - parent: Postgrest - children: - - Postgrest.Constants.Operator.Adjacent - - Postgrest.Constants.Operator.And - - Postgrest.Constants.Operator.ContainedIn - - Postgrest.Constants.Operator.Contains - - Postgrest.Constants.Operator.Equals - - Postgrest.Constants.Operator.FTS - - Postgrest.Constants.Operator.GreaterThan - - Postgrest.Constants.Operator.GreaterThanOrEqual - - Postgrest.Constants.Operator.ILike - - Postgrest.Constants.Operator.In - - Postgrest.Constants.Operator.Is - - Postgrest.Constants.Operator.LessThan - - Postgrest.Constants.Operator.LessThanOrEqual - - Postgrest.Constants.Operator.Like - - Postgrest.Constants.Operator.Not - - Postgrest.Constants.Operator.NotEqual - - Postgrest.Constants.Operator.NotLeftOf - - Postgrest.Constants.Operator.NotRightOf - - Postgrest.Constants.Operator.Or - - Postgrest.Constants.Operator.Overlap - - Postgrest.Constants.Operator.PHFTS - - Postgrest.Constants.Operator.PLFTS - - Postgrest.Constants.Operator.StrictlyLeft - - Postgrest.Constants.Operator.StrictlyRight - - Postgrest.Constants.Operator.WFTS - langs: - - csharp - - vb - name: Constants.Operator - nameWithType: Constants.Operator - fullName: Postgrest.Constants.Operator - type: Enum - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Operator - path: Postgrest/Constants.cs - startLine: 7 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public enum Operator - content.vb: Public Enum Operator - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Postgrest.Constants.Operator.And - commentId: F:Postgrest.Constants.Operator.And - id: And - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: And - nameWithType: Constants.Operator.And - fullName: Postgrest.Constants.Operator.And - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: And - path: Postgrest/Constants.cs - startLine: 9 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: And = 0 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Or - commentId: F:Postgrest.Constants.Operator.Or - id: Or - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Or - nameWithType: Constants.Operator.Or - fullName: Postgrest.Constants.Operator.Or - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Or - path: Postgrest/Constants.cs - startLine: 11 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Or = 1 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Equals - commentId: F:Postgrest.Constants.Operator.Equals - id: Equals - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Equals - nameWithType: Constants.Operator.Equals - fullName: Postgrest.Constants.Operator.Equals - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Equals - path: Postgrest/Constants.cs - startLine: 13 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Equals = 2 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.GreaterThan - commentId: F:Postgrest.Constants.Operator.GreaterThan - id: GreaterThan - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: GreaterThan - nameWithType: Constants.Operator.GreaterThan - fullName: Postgrest.Constants.Operator.GreaterThan - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: GreaterThan - path: Postgrest/Constants.cs - startLine: 15 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: GreaterThan = 3 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.GreaterThanOrEqual - commentId: F:Postgrest.Constants.Operator.GreaterThanOrEqual - id: GreaterThanOrEqual - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: GreaterThanOrEqual - nameWithType: Constants.Operator.GreaterThanOrEqual - fullName: Postgrest.Constants.Operator.GreaterThanOrEqual - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: GreaterThanOrEqual - path: Postgrest/Constants.cs - startLine: 17 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: GreaterThanOrEqual = 4 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.LessThan - commentId: F:Postgrest.Constants.Operator.LessThan - id: LessThan - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: LessThan - nameWithType: Constants.Operator.LessThan - fullName: Postgrest.Constants.Operator.LessThan - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: LessThan - path: Postgrest/Constants.cs - startLine: 19 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: LessThan = 5 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.LessThanOrEqual - commentId: F:Postgrest.Constants.Operator.LessThanOrEqual - id: LessThanOrEqual - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: LessThanOrEqual - nameWithType: Constants.Operator.LessThanOrEqual - fullName: Postgrest.Constants.Operator.LessThanOrEqual - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: LessThanOrEqual - path: Postgrest/Constants.cs - startLine: 21 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: LessThanOrEqual = 6 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.NotEqual - commentId: F:Postgrest.Constants.Operator.NotEqual - id: NotEqual - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: NotEqual - nameWithType: Constants.Operator.NotEqual - fullName: Postgrest.Constants.Operator.NotEqual - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: NotEqual - path: Postgrest/Constants.cs - startLine: 23 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: NotEqual = 7 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Like - commentId: F:Postgrest.Constants.Operator.Like - id: Like - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Like - nameWithType: Constants.Operator.Like - fullName: Postgrest.Constants.Operator.Like - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Like - path: Postgrest/Constants.cs - startLine: 25 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Like = 8 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.ILike - commentId: F:Postgrest.Constants.Operator.ILike - id: ILike - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: ILike - nameWithType: Constants.Operator.ILike - fullName: Postgrest.Constants.Operator.ILike - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ILike - path: Postgrest/Constants.cs - startLine: 27 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: ILike = 9 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.In - commentId: F:Postgrest.Constants.Operator.In - id: In - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: In - nameWithType: Constants.Operator.In - fullName: Postgrest.Constants.Operator.In - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: In - path: Postgrest/Constants.cs - startLine: 29 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: In = 10 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Is - commentId: F:Postgrest.Constants.Operator.Is - id: Is - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Is - nameWithType: Constants.Operator.Is - fullName: Postgrest.Constants.Operator.Is - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Is - path: Postgrest/Constants.cs - startLine: 31 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Is = 11 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.FTS - commentId: F:Postgrest.Constants.Operator.FTS - id: FTS - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: FTS - nameWithType: Constants.Operator.FTS - fullName: Postgrest.Constants.Operator.FTS - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: FTS - path: Postgrest/Constants.cs - startLine: 33 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: FTS = 12 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.PLFTS - commentId: F:Postgrest.Constants.Operator.PLFTS - id: PLFTS - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: PLFTS - nameWithType: Constants.Operator.PLFTS - fullName: Postgrest.Constants.Operator.PLFTS - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: PLFTS - path: Postgrest/Constants.cs - startLine: 35 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: PLFTS = 13 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.PHFTS - commentId: F:Postgrest.Constants.Operator.PHFTS - id: PHFTS - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: PHFTS - nameWithType: Constants.Operator.PHFTS - fullName: Postgrest.Constants.Operator.PHFTS - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: PHFTS - path: Postgrest/Constants.cs - startLine: 37 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: PHFTS = 14 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.WFTS - commentId: F:Postgrest.Constants.Operator.WFTS - id: WFTS - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: WFTS - nameWithType: Constants.Operator.WFTS - fullName: Postgrest.Constants.Operator.WFTS - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: WFTS - path: Postgrest/Constants.cs - startLine: 39 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: WFTS = 15 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Contains - commentId: F:Postgrest.Constants.Operator.Contains - id: Contains - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Contains - nameWithType: Constants.Operator.Contains - fullName: Postgrest.Constants.Operator.Contains - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Contains - path: Postgrest/Constants.cs - startLine: 41 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Contains = 16 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.ContainedIn - commentId: F:Postgrest.Constants.Operator.ContainedIn - id: ContainedIn - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: ContainedIn - nameWithType: Constants.Operator.ContainedIn - fullName: Postgrest.Constants.Operator.ContainedIn - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ContainedIn - path: Postgrest/Constants.cs - startLine: 43 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: ContainedIn = 17 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Overlap - commentId: F:Postgrest.Constants.Operator.Overlap - id: Overlap - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Overlap - nameWithType: Constants.Operator.Overlap - fullName: Postgrest.Constants.Operator.Overlap - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Overlap - path: Postgrest/Constants.cs - startLine: 45 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Overlap = 18 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.StrictlyLeft - commentId: F:Postgrest.Constants.Operator.StrictlyLeft - id: StrictlyLeft - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: StrictlyLeft - nameWithType: Constants.Operator.StrictlyLeft - fullName: Postgrest.Constants.Operator.StrictlyLeft - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: StrictlyLeft - path: Postgrest/Constants.cs - startLine: 47 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: StrictlyLeft = 19 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.StrictlyRight - commentId: F:Postgrest.Constants.Operator.StrictlyRight - id: StrictlyRight - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: StrictlyRight - nameWithType: Constants.Operator.StrictlyRight - fullName: Postgrest.Constants.Operator.StrictlyRight - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: StrictlyRight - path: Postgrest/Constants.cs - startLine: 49 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: StrictlyRight = 20 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.NotRightOf - commentId: F:Postgrest.Constants.Operator.NotRightOf - id: NotRightOf - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: NotRightOf - nameWithType: Constants.Operator.NotRightOf - fullName: Postgrest.Constants.Operator.NotRightOf - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: NotRightOf - path: Postgrest/Constants.cs - startLine: 51 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: NotRightOf = 21 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.NotLeftOf - commentId: F:Postgrest.Constants.Operator.NotLeftOf - id: NotLeftOf - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: NotLeftOf - nameWithType: Constants.Operator.NotLeftOf - fullName: Postgrest.Constants.Operator.NotLeftOf - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: NotLeftOf - path: Postgrest/Constants.cs - startLine: 53 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: NotLeftOf = 22 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Adjacent - commentId: F:Postgrest.Constants.Operator.Adjacent - id: Adjacent - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Adjacent - nameWithType: Constants.Operator.Adjacent - fullName: Postgrest.Constants.Operator.Adjacent - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Adjacent - path: Postgrest/Constants.cs - startLine: 55 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Adjacent = 23 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Operator.Not - commentId: F:Postgrest.Constants.Operator.Not - id: Not - parent: Postgrest.Constants.Operator - langs: - - csharp - - vb - name: Not - nameWithType: Constants.Operator.Not - fullName: Postgrest.Constants.Operator.Not - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Not - path: Postgrest/Constants.cs - startLine: 57 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Not = 24 - return: - type: Postgrest.Constants.Operator - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: Postgrest.Constants.Operator - commentId: T:Postgrest.Constants.Operator - parent: Postgrest - name: Constants.Operator - nameWithType: Constants.Operator - fullName: Postgrest.Constants.Operator diff --git a/.documentation/api/Postgrest.Constants.Ordering.yml b/.documentation/api/Postgrest.Constants.Ordering.yml deleted file mode 100644 index 28468af..0000000 --- a/.documentation/api/Postgrest.Constants.Ordering.yml +++ /dev/null @@ -1,112 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Constants.Ordering - commentId: T:Postgrest.Constants.Ordering - id: Constants.Ordering - parent: Postgrest - children: - - Postgrest.Constants.Ordering.Ascending - - Postgrest.Constants.Ordering.Descending - langs: - - csharp - - vb - name: Constants.Ordering - nameWithType: Constants.Ordering - fullName: Postgrest.Constants.Ordering - type: Enum - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Ordering - path: Postgrest/Constants.cs - startLine: 61 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public enum Ordering - content.vb: Public Enum Ordering - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Postgrest.Constants.Ordering.Ascending - commentId: F:Postgrest.Constants.Ordering.Ascending - id: Ascending - parent: Postgrest.Constants.Ordering - langs: - - csharp - - vb - name: Ascending - nameWithType: Constants.Ordering.Ascending - fullName: Postgrest.Constants.Ordering.Ascending - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Ascending - path: Postgrest/Constants.cs - startLine: 63 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Ascending = 0 - return: - type: Postgrest.Constants.Ordering - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Postgrest.Constants.Ordering.Descending - commentId: F:Postgrest.Constants.Ordering.Descending - id: Descending - parent: Postgrest.Constants.Ordering - langs: - - csharp - - vb - name: Descending - nameWithType: Constants.Ordering.Descending - fullName: Postgrest.Constants.Ordering.Descending - type: Field - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Descending - path: Postgrest/Constants.cs - startLine: 65 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: Descending = 1 - return: - type: Postgrest.Constants.Ordering - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: Postgrest.Constants.Ordering - commentId: T:Postgrest.Constants.Ordering - parent: Postgrest - name: Constants.Ordering - nameWithType: Constants.Ordering - fullName: Postgrest.Constants.Ordering diff --git a/.documentation/api/Postgrest.Constants.yml b/.documentation/api/Postgrest.Constants.yml deleted file mode 100644 index 1880223..0000000 --- a/.documentation/api/Postgrest.Constants.yml +++ /dev/null @@ -1,343 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Constants - commentId: T:Postgrest.Constants - id: Constants - parent: Postgrest - children: [] - langs: - - csharp - - vb - name: Constants - nameWithType: Constants - fullName: Postgrest.Constants - type: Class - source: - remote: - path: Postgrest/Constants.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Constants - path: Postgrest/Constants.cs - startLine: 5 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public static class Constants - content.vb: Public Module Constants - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - static - - class - modifiers.vb: - - Public - - Module -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System diff --git a/.documentation/api/Postgrest.Extensions.EnumExtensions.yml b/.documentation/api/Postgrest.Extensions.EnumExtensions.yml deleted file mode 100644 index 2e506fa..0000000 --- a/.documentation/api/Postgrest.Extensions.EnumExtensions.yml +++ /dev/null @@ -1,343 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Extensions.EnumExtensions - commentId: T:Postgrest.Extensions.EnumExtensions - id: EnumExtensions - parent: Postgrest.Extensions - children: [] - langs: - - csharp - - vb - name: EnumExtensions - nameWithType: EnumExtensions - fullName: Postgrest.Extensions.EnumExtensions - type: Class - source: - remote: - path: Postgrest/Extensions/EnumExtensions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: EnumExtensions - path: Postgrest/Extensions/EnumExtensions.cs - startLine: 5 - assemblies: - - Postgrest - namespace: Postgrest.Extensions - syntax: - content: public static class EnumExtensions - content.vb: Public Module EnumExtensions - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - static - - class - modifiers.vb: - - Public - - Module -references: -- uid: Postgrest.Extensions - commentId: N:Postgrest.Extensions - name: Postgrest.Extensions - nameWithType: Postgrest.Extensions - fullName: Postgrest.Extensions -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System diff --git a/.documentation/api/Postgrest.Extensions.RangeExtensions.yml b/.documentation/api/Postgrest.Extensions.RangeExtensions.yml deleted file mode 100644 index d400fd8..0000000 --- a/.documentation/api/Postgrest.Extensions.RangeExtensions.yml +++ /dev/null @@ -1,343 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Extensions.RangeExtensions - commentId: T:Postgrest.Extensions.RangeExtensions - id: RangeExtensions - parent: Postgrest.Extensions - children: [] - langs: - - csharp - - vb - name: RangeExtensions - nameWithType: RangeExtensions - fullName: Postgrest.Extensions.RangeExtensions - type: Class - source: - remote: - path: Postgrest/Extensions/RangeExtensions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: RangeExtensions - path: Postgrest/Extensions/RangeExtensions.cs - startLine: 4 - assemblies: - - Postgrest - namespace: Postgrest.Extensions - syntax: - content: public static class RangeExtensions - content.vb: Public Module RangeExtensions - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - static - - class - modifiers.vb: - - Public - - Module -references: -- uid: Postgrest.Extensions - commentId: N:Postgrest.Extensions - name: Postgrest.Extensions - nameWithType: Postgrest.Extensions - fullName: Postgrest.Extensions -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System diff --git a/.documentation/api/Postgrest.Extensions.yml b/.documentation/api/Postgrest.Extensions.yml deleted file mode 100644 index 9e72cb8..0000000 --- a/.documentation/api/Postgrest.Extensions.yml +++ /dev/null @@ -1,28 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Extensions - commentId: N:Postgrest.Extensions - id: Postgrest.Extensions - children: - - Postgrest.Extensions.EnumExtensions - - Postgrest.Extensions.RangeExtensions - langs: - - csharp - - vb - name: Postgrest.Extensions - nameWithType: Postgrest.Extensions - fullName: Postgrest.Extensions - type: Namespace - assemblies: - - Postgrest -references: -- uid: Postgrest.Extensions.EnumExtensions - commentId: T:Postgrest.Extensions.EnumExtensions - name: EnumExtensions - nameWithType: EnumExtensions - fullName: Postgrest.Extensions.EnumExtensions -- uid: Postgrest.Extensions.RangeExtensions - commentId: T:Postgrest.Extensions.RangeExtensions - name: RangeExtensions - nameWithType: RangeExtensions - fullName: Postgrest.Extensions.RangeExtensions diff --git a/.documentation/api/Postgrest.FullTextSearchConfig.yml b/.documentation/api/Postgrest.FullTextSearchConfig.yml deleted file mode 100644 index d3c8400..0000000 --- a/.documentation/api/Postgrest.FullTextSearchConfig.yml +++ /dev/null @@ -1,474 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.FullTextSearchConfig - commentId: T:Postgrest.FullTextSearchConfig - id: FullTextSearchConfig - parent: Postgrest - children: - - Postgrest.FullTextSearchConfig.#ctor(System.String,System.String) - - Postgrest.FullTextSearchConfig.Config - - Postgrest.FullTextSearchConfig.QueryText - langs: - - csharp - - vb - name: FullTextSearchConfig - nameWithType: FullTextSearchConfig - fullName: Postgrest.FullTextSearchConfig - type: Class - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: FullTextSearchConfig - path: Postgrest/QueryFilter.cs - startLine: 188 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nConfiguration Object for Full Text Search.\nAPI Reference: http://postgrest.org/en/v7.0.0/api.html?highlight=full%20text%20search#full-text-search\n" - example: [] - syntax: - content: public class FullTextSearchConfig - content.vb: Public Class FullTextSearchConfig - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.FullTextSearchConfig.QueryText - commentId: P:Postgrest.FullTextSearchConfig.QueryText - id: QueryText - parent: Postgrest.FullTextSearchConfig - langs: - - csharp - - vb - name: QueryText - nameWithType: FullTextSearchConfig.QueryText - fullName: Postgrest.FullTextSearchConfig.QueryText - type: Property - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: QueryText - path: Postgrest/QueryFilter.cs - startLine: 190 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string QueryText { get; } - parameters: [] - return: - type: System.String - content.vb: Public ReadOnly Property QueryText As String - overload: Postgrest.FullTextSearchConfig.QueryText* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.FullTextSearchConfig.Config - commentId: P:Postgrest.FullTextSearchConfig.Config - id: Config - parent: Postgrest.FullTextSearchConfig - langs: - - csharp - - vb - name: Config - nameWithType: FullTextSearchConfig.Config - fullName: Postgrest.FullTextSearchConfig.Config - type: Property - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Config - path: Postgrest/QueryFilter.cs - startLine: 193 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string Config { get; } - parameters: [] - return: - type: System.String - content.vb: Public ReadOnly Property Config As String - overload: Postgrest.FullTextSearchConfig.Config* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.FullTextSearchConfig.#ctor(System.String,System.String) - commentId: M:Postgrest.FullTextSearchConfig.#ctor(System.String,System.String) - id: '#ctor(System.String,System.String)' - parent: Postgrest.FullTextSearchConfig - langs: - - csharp - - vb - name: FullTextSearchConfig(String, String) - nameWithType: FullTextSearchConfig.FullTextSearchConfig(String, String) - fullName: Postgrest.FullTextSearchConfig.FullTextSearchConfig(System.String, System.String) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 196 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public FullTextSearchConfig(string queryText, string config) - parameters: - - id: queryText - type: System.String - - id: config - type: System.String - content.vb: Public Sub New(queryText As String, config As String) - overload: Postgrest.FullTextSearchConfig.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.FullTextSearchConfig.QueryText* - commentId: Overload:Postgrest.FullTextSearchConfig.QueryText - name: QueryText - nameWithType: FullTextSearchConfig.QueryText - fullName: Postgrest.FullTextSearchConfig.QueryText -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.FullTextSearchConfig.Config* - commentId: Overload:Postgrest.FullTextSearchConfig.Config - name: Config - nameWithType: FullTextSearchConfig.Config - fullName: Postgrest.FullTextSearchConfig.Config -- uid: Postgrest.FullTextSearchConfig.#ctor* - commentId: Overload:Postgrest.FullTextSearchConfig.#ctor - name: FullTextSearchConfig - nameWithType: FullTextSearchConfig.FullTextSearchConfig - fullName: Postgrest.FullTextSearchConfig.FullTextSearchConfig diff --git a/.documentation/api/Postgrest.InsertOptions.yml b/.documentation/api/Postgrest.InsertOptions.yml deleted file mode 100644 index c15d129..0000000 --- a/.documentation/api/Postgrest.InsertOptions.yml +++ /dev/null @@ -1,390 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.InsertOptions - commentId: T:Postgrest.InsertOptions - id: InsertOptions - parent: Postgrest - children: - - Postgrest.InsertOptions.Upsert - langs: - - csharp - - vb - name: InsertOptions - nameWithType: InsertOptions - fullName: Postgrest.InsertOptions - type: Class - source: - remote: - path: Postgrest/InsertOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: InsertOptions - path: Postgrest/InsertOptions.cs - startLine: 3 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public class InsertOptions - content.vb: Public Class InsertOptions - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.InsertOptions.Upsert - commentId: P:Postgrest.InsertOptions.Upsert - id: Upsert - parent: Postgrest.InsertOptions - langs: - - csharp - - vb - name: Upsert - nameWithType: InsertOptions.Upsert - fullName: Postgrest.InsertOptions.Upsert - type: Property - source: - remote: - path: Postgrest/InsertOptions.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Upsert - path: Postgrest/InsertOptions.cs - startLine: 5 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public bool Upsert { get; set; } - parameters: [] - return: - type: System.Boolean - content.vb: Public Property Upsert As Boolean - overload: Postgrest.InsertOptions.Upsert* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.InsertOptions.Upsert* - commentId: Overload:Postgrest.InsertOptions.Upsert - name: Upsert - nameWithType: InsertOptions.Upsert - fullName: Postgrest.InsertOptions.Upsert -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean diff --git a/.documentation/api/Postgrest.Models.BaseModel.yml b/.documentation/api/Postgrest.Models.BaseModel.yml deleted file mode 100644 index d2387e3..0000000 --- a/.documentation/api/Postgrest.Models.BaseModel.yml +++ /dev/null @@ -1,647 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Models.BaseModel - commentId: T:Postgrest.Models.BaseModel - id: BaseModel - parent: Postgrest.Models - children: - - Postgrest.Models.BaseModel.Delete``1 - - Postgrest.Models.BaseModel.PrimaryKeyColumn - - Postgrest.Models.BaseModel.PrimaryKeyValue - - Postgrest.Models.BaseModel.Update``1 - langs: - - csharp - - vb - name: BaseModel - nameWithType: BaseModel - fullName: Postgrest.Models.BaseModel - type: Class - source: - remote: - path: Postgrest/Models/BaseModel.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: BaseModel - path: Postgrest/Models/BaseModel.cs - startLine: 11 - assemblies: - - Postgrest - namespace: Postgrest.Models - summary: "\nAbstract class that must be implemented by C# Postgrest Models.\n" - example: [] - syntax: - content: public abstract class BaseModel - content.vb: Public MustInherit Class BaseModel - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - abstract - - class - modifiers.vb: - - Public - - MustInherit - - Class -- uid: Postgrest.Models.BaseModel.Update``1 - commentId: M:Postgrest.Models.BaseModel.Update``1 - id: Update``1 - parent: Postgrest.Models.BaseModel - langs: - - csharp - - vb - name: Update() - nameWithType: BaseModel.Update() - fullName: Postgrest.Models.BaseModel.Update() - type: Method - source: - remote: - path: Postgrest/Models/BaseModel.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Update - path: Postgrest/Models/BaseModel.cs - startLine: 13 - assemblies: - - Postgrest - namespace: Postgrest.Models - syntax: - content: >- - public virtual Task> Update() - - where T : BaseModel, new() - typeParameters: - - id: T - return: - type: System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{{T}}} - content.vb: Public Overridable Function Update(Of T As {BaseModel, New}) As Task(Of ModeledResponse(Of T)) - overload: Postgrest.Models.BaseModel.Update* - nameWithType.vb: BaseModel.Update(Of T)() - modifiers.csharp: - - public - - virtual - modifiers.vb: - - Public - - Overridable - fullName.vb: Postgrest.Models.BaseModel.Update(Of T)() - name.vb: Update(Of T)() -- uid: Postgrest.Models.BaseModel.Delete``1 - commentId: M:Postgrest.Models.BaseModel.Delete``1 - id: Delete``1 - parent: Postgrest.Models.BaseModel - langs: - - csharp - - vb - name: Delete() - nameWithType: BaseModel.Delete() - fullName: Postgrest.Models.BaseModel.Delete() - type: Method - source: - remote: - path: Postgrest/Models/BaseModel.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Delete - path: Postgrest/Models/BaseModel.cs - startLine: 14 - assemblies: - - Postgrest - namespace: Postgrest.Models - syntax: - content: >- - public virtual Task Delete() - - where T : BaseModel, new() - typeParameters: - - id: T - return: - type: System.Threading.Tasks.Task - content.vb: Public Overridable Function Delete(Of T As {BaseModel, New}) As Task - overload: Postgrest.Models.BaseModel.Delete* - nameWithType.vb: BaseModel.Delete(Of T)() - modifiers.csharp: - - public - - virtual - modifiers.vb: - - Public - - Overridable - fullName.vb: Postgrest.Models.BaseModel.Delete(Of T)() - name.vb: Delete(Of T)() -- uid: Postgrest.Models.BaseModel.PrimaryKeyValue - commentId: P:Postgrest.Models.BaseModel.PrimaryKeyValue - id: PrimaryKeyValue - parent: Postgrest.Models.BaseModel - langs: - - csharp - - vb - name: PrimaryKeyValue - nameWithType: BaseModel.PrimaryKeyValue - fullName: Postgrest.Models.BaseModel.PrimaryKeyValue - type: Property - source: - remote: - path: Postgrest/Models/BaseModel.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: PrimaryKeyValue - path: Postgrest/Models/BaseModel.cs - startLine: 19 - assemblies: - - Postgrest - namespace: Postgrest.Models - summary: "\nGets the value of the PrimaryKey from a model's instance as defined by the [PrimaryKey] attribute on a property on the model.\n" - example: [] - syntax: - content: public object PrimaryKeyValue { get; } - parameters: [] - return: - type: System.Object - content.vb: Public ReadOnly Property PrimaryKeyValue As Object - overload: Postgrest.Models.BaseModel.PrimaryKeyValue* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.Models.BaseModel.PrimaryKeyColumn - commentId: P:Postgrest.Models.BaseModel.PrimaryKeyColumn - id: PrimaryKeyColumn - parent: Postgrest.Models.BaseModel - langs: - - csharp - - vb - name: PrimaryKeyColumn - nameWithType: BaseModel.PrimaryKeyColumn - fullName: Postgrest.Models.BaseModel.PrimaryKeyColumn - type: Property - source: - remote: - path: Postgrest/Models/BaseModel.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: PrimaryKeyColumn - path: Postgrest/Models/BaseModel.cs - startLine: 41 - assemblies: - - Postgrest - namespace: Postgrest.Models - summary: "\nGets the name of the PrimaryKey column on a model's instance as defined by the [PrimaryKey] attribute on a property on the model.\n" - example: [] - syntax: - content: public string PrimaryKeyColumn { get; } - parameters: [] - return: - type: System.String - content.vb: Public ReadOnly Property PrimaryKeyColumn As String - overload: Postgrest.Models.BaseModel.PrimaryKeyColumn* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -references: -- uid: Postgrest.Models - commentId: N:Postgrest.Models - name: Postgrest.Models - nameWithType: Postgrest.Models - fullName: Postgrest.Models -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Models.BaseModel.Update* - commentId: Overload:Postgrest.Models.BaseModel.Update - name: Update - nameWithType: BaseModel.Update - fullName: Postgrest.Models.BaseModel.Update -- uid: System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{{T}}} - commentId: T:System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{`0}} - parent: System.Threading.Tasks - definition: System.Threading.Tasks.Task`1 - name: Task> - nameWithType: Task> - fullName: System.Threading.Tasks.Task> - nameWithType.vb: Task(Of ModeledResponse(Of T)) - fullName.vb: System.Threading.Tasks.Task(Of Postgrest.Responses.ModeledResponse(Of T)) - name.vb: Task(Of ModeledResponse(Of T)) - spec.csharp: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Threading.Tasks.Task`1 - commentId: T:System.Threading.Tasks.Task`1 - isExternal: true - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - nameWithType.vb: Task(Of TResult) - fullName.vb: System.Threading.Tasks.Task(Of TResult) - name.vb: Task(Of TResult) - spec.csharp: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TResult - nameWithType: TResult - fullName: TResult - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TResult - nameWithType: TResult - fullName: TResult - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Threading.Tasks - commentId: N:System.Threading.Tasks - isExternal: true - name: System.Threading.Tasks - nameWithType: System.Threading.Tasks - fullName: System.Threading.Tasks -- uid: Postgrest.Models.BaseModel.Delete* - commentId: Overload:Postgrest.Models.BaseModel.Delete - name: Delete - nameWithType: BaseModel.Delete - fullName: Postgrest.Models.BaseModel.Delete -- uid: System.Threading.Tasks.Task - commentId: T:System.Threading.Tasks.Task - parent: System.Threading.Tasks - isExternal: true - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task -- uid: Postgrest.Models.BaseModel.PrimaryKeyValue* - commentId: Overload:Postgrest.Models.BaseModel.PrimaryKeyValue - name: PrimaryKeyValue - nameWithType: BaseModel.PrimaryKeyValue - fullName: Postgrest.Models.BaseModel.PrimaryKeyValue -- uid: Postgrest.Models.BaseModel.PrimaryKeyColumn* - commentId: Overload:Postgrest.Models.BaseModel.PrimaryKeyColumn - name: PrimaryKeyColumn - nameWithType: BaseModel.PrimaryKeyColumn - fullName: Postgrest.Models.BaseModel.PrimaryKeyColumn -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String diff --git a/.documentation/api/Postgrest.Models.yml b/.documentation/api/Postgrest.Models.yml deleted file mode 100644 index 31610b1..0000000 --- a/.documentation/api/Postgrest.Models.yml +++ /dev/null @@ -1,22 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Models - commentId: N:Postgrest.Models - id: Postgrest.Models - children: - - Postgrest.Models.BaseModel - langs: - - csharp - - vb - name: Postgrest.Models - nameWithType: Postgrest.Models - fullName: Postgrest.Models - type: Namespace - assemblies: - - Postgrest -references: -- uid: Postgrest.Models.BaseModel - commentId: T:Postgrest.Models.BaseModel - name: BaseModel - nameWithType: BaseModel - fullName: Postgrest.Models.BaseModel diff --git a/.documentation/api/Postgrest.QueryFilter.yml b/.documentation/api/Postgrest.QueryFilter.yml deleted file mode 100644 index d118849..0000000 --- a/.documentation/api/Postgrest.QueryFilter.yml +++ /dev/null @@ -1,1084 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.QueryFilter - commentId: T:Postgrest.QueryFilter - id: QueryFilter - parent: Postgrest - children: - - Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,Postgrest.QueryFilter) - - Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,System.Collections.Generic.List{Postgrest.QueryFilter}) - - Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,Postgrest.FullTextSearchConfig) - - Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object}) - - Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object}) - - Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Object) - - Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Range) - - Postgrest.QueryFilter.Criteria - - Postgrest.QueryFilter.NULL_VAL - - Postgrest.QueryFilter.Op - - Postgrest.QueryFilter.Property - langs: - - csharp - - vb - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter - type: Class - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: QueryFilter - path: Postgrest/QueryFilter.cs - startLine: 7 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public class QueryFilter - content.vb: Public Class QueryFilter - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.QueryFilter.NULL_VAL - commentId: F:Postgrest.QueryFilter.NULL_VAL - id: NULL_VAL - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: NULL_VAL - nameWithType: QueryFilter.NULL_VAL - fullName: Postgrest.QueryFilter.NULL_VAL - type: Field - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: NULL_VAL - path: Postgrest/QueryFilter.cs - startLine: 12 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nString value to be subsituted for a null criterion\n" - example: [] - syntax: - content: public static string NULL_VAL - return: - type: System.String - content.vb: Public Shared NULL_VAL As String - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Postgrest.QueryFilter.Property - commentId: P:Postgrest.QueryFilter.Property - id: Property - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: Property - nameWithType: QueryFilter.Property - fullName: Postgrest.QueryFilter.Property - type: Property - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Property - path: Postgrest/QueryFilter.cs - startLine: 14 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string Property { get; } - parameters: [] - return: - type: System.String - content.vb: Public ReadOnly Property Property As String - overload: Postgrest.QueryFilter.Property* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.QueryFilter.Op - commentId: P:Postgrest.QueryFilter.Op - id: Op - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: Op - nameWithType: QueryFilter.Op - fullName: Postgrest.QueryFilter.Op - type: Property - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Op - path: Postgrest/QueryFilter.cs - startLine: 15 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Constants.Operator Op { get; } - parameters: [] - return: - type: Postgrest.Constants.Operator - content.vb: Public ReadOnly Property Op As Constants.Operator - overload: Postgrest.QueryFilter.Op* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.QueryFilter.Criteria - commentId: P:Postgrest.QueryFilter.Criteria - id: Criteria - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: Criteria - nameWithType: QueryFilter.Criteria - fullName: Postgrest.QueryFilter.Criteria - type: Property - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Criteria - path: Postgrest/QueryFilter.cs - startLine: 16 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public object Criteria { get; } - parameters: [] - return: - type: System.Object - content.vb: Public ReadOnly Property Criteria As Object - overload: Postgrest.QueryFilter.Criteria* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Object) - commentId: M:Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Object) - id: '#ctor(System.String,Postgrest.Constants.Operator,System.Object)' - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: QueryFilter(String, Constants.Operator, Object) - nameWithType: QueryFilter.QueryFilter(String, Constants.Operator, Object) - fullName: Postgrest.QueryFilter.QueryFilter(System.String, Postgrest.Constants.Operator, System.Object) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 24 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nContructor to use single value filtering.\n" - example: [] - syntax: - content: public QueryFilter(string property, Constants.Operator op, object criteria) - parameters: - - id: property - type: System.String - description: Column name - - id: op - type: Postgrest.Constants.Operator - description: 'Operation: And, Equals, GreaterThan, LessThan, GreaterThanOrEqual, LessThanOrEqual, NotEqual, Is, Adjacent, Not, Like, ILike' - - id: criteria - type: System.Object - description: '' - content.vb: Public Sub New(property As String, op As Constants.Operator, criteria As Object) - overload: Postgrest.QueryFilter.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object}) - commentId: M:Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object}) - id: '#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object})' - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: QueryFilter(String, Constants.Operator, List) - nameWithType: QueryFilter.QueryFilter(String, Constants.Operator, List) - fullName: Postgrest.QueryFilter.QueryFilter(System.String, Postgrest.Constants.Operator, System.Collections.Generic.List) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 56 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nConstructor to use multiple values as for filtering.\n" - example: [] - syntax: - content: public QueryFilter(string property, Constants.Operator op, List criteria) - parameters: - - id: property - type: System.String - description: Column name - - id: op - type: Postgrest.Constants.Operator - description: 'Operation: In, Contains, ContainedIn, or Overlap' - - id: criteria - type: System.Collections.Generic.List{System.Object} - description: '' - content.vb: Public Sub New(property As String, op As Constants.Operator, criteria As List(Of Object)) - overload: Postgrest.QueryFilter.#ctor* - nameWithType.vb: QueryFilter.QueryFilter(String, Constants.Operator, List(Of Object)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.QueryFilter.QueryFilter(System.String, Postgrest.Constants.Operator, System.Collections.Generic.List(Of System.Object)) - name.vb: QueryFilter(String, Constants.Operator, List(Of Object)) -- uid: Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object}) - commentId: M:Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object}) - id: '#ctor(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object})' - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: QueryFilter(String, Constants.Operator, Dictionary) - nameWithType: QueryFilter.QueryFilter(String, Constants.Operator, Dictionary) - fullName: Postgrest.QueryFilter.QueryFilter(System.String, Postgrest.Constants.Operator, System.Collections.Generic.Dictionary) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 79 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nConstructor to use multiple values as for filtering (using a dictionary).\n" - example: [] - syntax: - content: public QueryFilter(string property, Constants.Operator op, Dictionary criteria) - parameters: - - id: property - type: System.String - description: Column name - - id: op - type: Postgrest.Constants.Operator - description: 'Operation: In, Contains, ContainedIn, or Overlap' - - id: criteria - type: System.Collections.Generic.Dictionary{System.String,System.Object} - description: '' - content.vb: Public Sub New(property As String, op As Constants.Operator, criteria As Dictionary(Of String, Object)) - overload: Postgrest.QueryFilter.#ctor* - nameWithType.vb: QueryFilter.QueryFilter(String, Constants.Operator, Dictionary(Of String, Object)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.QueryFilter.QueryFilter(System.String, Postgrest.Constants.Operator, System.Collections.Generic.Dictionary(Of System.String, System.Object)) - name.vb: QueryFilter(String, Constants.Operator, Dictionary(Of String, Object)) -- uid: Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,Postgrest.FullTextSearchConfig) - commentId: M:Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,Postgrest.FullTextSearchConfig) - id: '#ctor(System.String,Postgrest.Constants.Operator,Postgrest.FullTextSearchConfig)' - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: QueryFilter(String, Constants.Operator, FullTextSearchConfig) - nameWithType: QueryFilter.QueryFilter(String, Constants.Operator, FullTextSearchConfig) - fullName: Postgrest.QueryFilter.QueryFilter(System.String, Postgrest.Constants.Operator, Postgrest.FullTextSearchConfig) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 102 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nConstructor for Full Text Search.\n" - example: [] - syntax: - content: public QueryFilter(string property, Constants.Operator op, FullTextSearchConfig fullTextSearchConfig) - parameters: - - id: property - type: System.String - description: Column Name - - id: op - type: Postgrest.Constants.Operator - description: 'Operation: FTS, PHFTS, PLFTS, WFTS' - - id: fullTextSearchConfig - type: Postgrest.FullTextSearchConfig - description: '' - content.vb: Public Sub New(property As String, op As Constants.Operator, fullTextSearchConfig As FullTextSearchConfig) - overload: Postgrest.QueryFilter.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Range) - commentId: M:Postgrest.QueryFilter.#ctor(System.String,Postgrest.Constants.Operator,System.Range) - id: '#ctor(System.String,Postgrest.Constants.Operator,System.Range)' - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: QueryFilter(String, Constants.Operator, Range) - nameWithType: QueryFilter.QueryFilter(String, Constants.Operator, Range) - fullName: Postgrest.QueryFilter.QueryFilter(System.String, Postgrest.Constants.Operator, System.Range) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 125 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nConstructor for Range Queries.\n" - example: [] - syntax: - content: public QueryFilter(string property, Constants.Operator op, Range range) - parameters: - - id: property - type: System.String - description: '' - - id: op - type: Postgrest.Constants.Operator - description: 'Operator: Overlap, StrictlyLeft, StrictlyRight, NotRightOf, NotLeftOf, Adjacent' - - id: range - type: System.Range - description: '' - content.vb: Public Sub New(property As String, op As Constants.Operator, range As Range) - overload: Postgrest.QueryFilter.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,System.Collections.Generic.List{Postgrest.QueryFilter}) - commentId: M:Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,System.Collections.Generic.List{Postgrest.QueryFilter}) - id: '#ctor(Postgrest.Constants.Operator,System.Collections.Generic.List{Postgrest.QueryFilter})' - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: QueryFilter(Constants.Operator, List) - nameWithType: QueryFilter.QueryFilter(Constants.Operator, List) - fullName: Postgrest.QueryFilter.QueryFilter(Postgrest.Constants.Operator, System.Collections.Generic.List) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 151 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nConstructor to enable `AND` and `OR` Queries by allowing nested QueryFilters.\n" - example: [] - syntax: - content: public QueryFilter(Constants.Operator op, List filters) - parameters: - - id: op - type: Postgrest.Constants.Operator - description: 'Operation: And, Or' - - id: filters - type: System.Collections.Generic.List{Postgrest.QueryFilter} - description: '' - content.vb: Public Sub New(op As Constants.Operator, filters As List(Of QueryFilter)) - overload: Postgrest.QueryFilter.#ctor* - nameWithType.vb: QueryFilter.QueryFilter(Constants.Operator, List(Of QueryFilter)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.QueryFilter.QueryFilter(Postgrest.Constants.Operator, System.Collections.Generic.List(Of Postgrest.QueryFilter)) - name.vb: QueryFilter(Constants.Operator, List(Of QueryFilter)) -- uid: Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,Postgrest.QueryFilter) - commentId: M:Postgrest.QueryFilter.#ctor(Postgrest.Constants.Operator,Postgrest.QueryFilter) - id: '#ctor(Postgrest.Constants.Operator,Postgrest.QueryFilter)' - parent: Postgrest.QueryFilter - langs: - - csharp - - vb - name: QueryFilter(Constants.Operator, QueryFilter) - nameWithType: QueryFilter.QueryFilter(Constants.Operator, QueryFilter) - fullName: Postgrest.QueryFilter.QueryFilter(Postgrest.Constants.Operator, Postgrest.QueryFilter) - type: Constructor - source: - remote: - path: Postgrest/QueryFilter.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryFilter.cs - startLine: 170 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nConstructor to enable `NOT` functionality\n" - example: [] - syntax: - content: public QueryFilter(Constants.Operator op, QueryFilter filter) - parameters: - - id: op - type: Postgrest.Constants.Operator - description: 'Operation: Not.' - - id: filter - type: Postgrest.QueryFilter - description: '' - content.vb: Public Sub New(op As Constants.Operator, filter As QueryFilter) - overload: Postgrest.QueryFilter.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.QueryFilter.Property* - commentId: Overload:Postgrest.QueryFilter.Property - name: Property - nameWithType: QueryFilter.Property - fullName: Postgrest.QueryFilter.Property -- uid: Postgrest.QueryFilter.Op* - commentId: Overload:Postgrest.QueryFilter.Op - name: Op - nameWithType: QueryFilter.Op - fullName: Postgrest.QueryFilter.Op -- uid: Postgrest.Constants.Operator - commentId: T:Postgrest.Constants.Operator - parent: Postgrest - name: Constants.Operator - nameWithType: Constants.Operator - fullName: Postgrest.Constants.Operator -- uid: Postgrest.QueryFilter.Criteria* - commentId: Overload:Postgrest.QueryFilter.Criteria - name: Criteria - nameWithType: QueryFilter.Criteria - fullName: Postgrest.QueryFilter.Criteria -- uid: Postgrest.QueryFilter.#ctor* - commentId: Overload:Postgrest.QueryFilter.#ctor - name: QueryFilter - nameWithType: QueryFilter.QueryFilter - fullName: Postgrest.QueryFilter.QueryFilter -- uid: System.Collections.Generic.List{System.Object} - commentId: T:System.Collections.Generic.List{System.Object} - parent: System.Collections.Generic - definition: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of Object) - fullName.vb: System.Collections.Generic.List(Of System.Object) - name.vb: List(Of Object) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.List`1 - commentId: T:System.Collections.Generic.List`1 - isExternal: true - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of T) - fullName.vb: System.Collections.Generic.List(Of T) - name.vb: List(Of T) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: System.Collections.Generic.Dictionary{System.String,System.Object} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.Object} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, Object) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.Object) - name.vb: Dictionary(Of String, Object) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.FullTextSearchConfig - commentId: T:Postgrest.FullTextSearchConfig - parent: Postgrest - name: FullTextSearchConfig - nameWithType: FullTextSearchConfig - fullName: Postgrest.FullTextSearchConfig -- uid: System.Range - commentId: T:System.Range - parent: System - isExternal: true - name: Range - nameWithType: Range - fullName: System.Range -- uid: System.Collections.Generic.List{Postgrest.QueryFilter} - commentId: T:System.Collections.Generic.List{Postgrest.QueryFilter} - parent: System.Collections.Generic - definition: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of QueryFilter) - fullName.vb: System.Collections.Generic.List(Of Postgrest.QueryFilter) - name.vb: List(Of QueryFilter) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Postgrest.QueryFilter - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Postgrest.QueryFilter - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.QueryFilter - commentId: T:Postgrest.QueryFilter - parent: Postgrest - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter diff --git a/.documentation/api/Postgrest.QueryOrderer.yml b/.documentation/api/Postgrest.QueryOrderer.yml deleted file mode 100644 index 41825db..0000000 --- a/.documentation/api/Postgrest.QueryOrderer.yml +++ /dev/null @@ -1,570 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.QueryOrderer - commentId: T:Postgrest.QueryOrderer - id: QueryOrderer - parent: Postgrest - children: - - Postgrest.QueryOrderer.#ctor(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - - Postgrest.QueryOrderer.Column - - Postgrest.QueryOrderer.ForeignTable - - Postgrest.QueryOrderer.NullPosition - - Postgrest.QueryOrderer.Ordering - langs: - - csharp - - vb - name: QueryOrderer - nameWithType: QueryOrderer - fullName: Postgrest.QueryOrderer - type: Class - source: - remote: - path: Postgrest/QueryOrderer.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: QueryOrderer - path: Postgrest/QueryOrderer.cs - startLine: 5 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public class QueryOrderer - content.vb: Public Class QueryOrderer - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.QueryOrderer.ForeignTable - commentId: P:Postgrest.QueryOrderer.ForeignTable - id: ForeignTable - parent: Postgrest.QueryOrderer - langs: - - csharp - - vb - name: ForeignTable - nameWithType: QueryOrderer.ForeignTable - fullName: Postgrest.QueryOrderer.ForeignTable - type: Property - source: - remote: - path: Postgrest/QueryOrderer.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ForeignTable - path: Postgrest/QueryOrderer.cs - startLine: 7 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string ForeignTable { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property ForeignTable As String - overload: Postgrest.QueryOrderer.ForeignTable* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.QueryOrderer.Column - commentId: P:Postgrest.QueryOrderer.Column - id: Column - parent: Postgrest.QueryOrderer - langs: - - csharp - - vb - name: Column - nameWithType: QueryOrderer.Column - fullName: Postgrest.QueryOrderer.Column - type: Property - source: - remote: - path: Postgrest/QueryOrderer.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Column - path: Postgrest/QueryOrderer.cs - startLine: 8 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string Column { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Column As String - overload: Postgrest.QueryOrderer.Column* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.QueryOrderer.Ordering - commentId: P:Postgrest.QueryOrderer.Ordering - id: Ordering - parent: Postgrest.QueryOrderer - langs: - - csharp - - vb - name: Ordering - nameWithType: QueryOrderer.Ordering - fullName: Postgrest.QueryOrderer.Ordering - type: Property - source: - remote: - path: Postgrest/QueryOrderer.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Ordering - path: Postgrest/QueryOrderer.cs - startLine: 9 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Constants.Ordering Ordering { get; set; } - parameters: [] - return: - type: Postgrest.Constants.Ordering - content.vb: Public Property Ordering As Constants.Ordering - overload: Postgrest.QueryOrderer.Ordering* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.QueryOrderer.NullPosition - commentId: P:Postgrest.QueryOrderer.NullPosition - id: NullPosition - parent: Postgrest.QueryOrderer - langs: - - csharp - - vb - name: NullPosition - nameWithType: QueryOrderer.NullPosition - fullName: Postgrest.QueryOrderer.NullPosition - type: Property - source: - remote: - path: Postgrest/QueryOrderer.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: NullPosition - path: Postgrest/QueryOrderer.cs - startLine: 10 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Constants.NullPosition NullPosition { get; set; } - parameters: [] - return: - type: Postgrest.Constants.NullPosition - content.vb: Public Property NullPosition As Constants.NullPosition - overload: Postgrest.QueryOrderer.NullPosition* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.QueryOrderer.#ctor(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - commentId: M:Postgrest.QueryOrderer.#ctor(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - id: '#ctor(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition)' - parent: Postgrest.QueryOrderer - langs: - - csharp - - vb - name: QueryOrderer(String, String, Constants.Ordering, Constants.NullPosition) - nameWithType: QueryOrderer.QueryOrderer(String, String, Constants.Ordering, Constants.NullPosition) - fullName: Postgrest.QueryOrderer.QueryOrderer(System.String, System.String, Postgrest.Constants.Ordering, Postgrest.Constants.NullPosition) - type: Constructor - source: - remote: - path: Postgrest/QueryOrderer.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/QueryOrderer.cs - startLine: 12 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public QueryOrderer(string foreignTable, string column, Constants.Ordering ordering, Constants.NullPosition nullPosition) - parameters: - - id: foreignTable - type: System.String - - id: column - type: System.String - - id: ordering - type: Postgrest.Constants.Ordering - - id: nullPosition - type: Postgrest.Constants.NullPosition - content.vb: Public Sub New(foreignTable As String, column As String, ordering As Constants.Ordering, nullPosition As Constants.NullPosition) - overload: Postgrest.QueryOrderer.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.QueryOrderer.ForeignTable* - commentId: Overload:Postgrest.QueryOrderer.ForeignTable - name: ForeignTable - nameWithType: QueryOrderer.ForeignTable - fullName: Postgrest.QueryOrderer.ForeignTable -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.QueryOrderer.Column* - commentId: Overload:Postgrest.QueryOrderer.Column - name: Column - nameWithType: QueryOrderer.Column - fullName: Postgrest.QueryOrderer.Column -- uid: Postgrest.QueryOrderer.Ordering* - commentId: Overload:Postgrest.QueryOrderer.Ordering - name: Ordering - nameWithType: QueryOrderer.Ordering - fullName: Postgrest.QueryOrderer.Ordering -- uid: Postgrest.Constants.Ordering - commentId: T:Postgrest.Constants.Ordering - parent: Postgrest - name: Constants.Ordering - nameWithType: Constants.Ordering - fullName: Postgrest.Constants.Ordering -- uid: Postgrest.QueryOrderer.NullPosition* - commentId: Overload:Postgrest.QueryOrderer.NullPosition - name: NullPosition - nameWithType: QueryOrderer.NullPosition - fullName: Postgrest.QueryOrderer.NullPosition -- uid: Postgrest.Constants.NullPosition - commentId: T:Postgrest.Constants.NullPosition - parent: Postgrest - name: Constants.NullPosition - nameWithType: Constants.NullPosition - fullName: Postgrest.Constants.NullPosition -- uid: Postgrest.QueryOrderer.#ctor* - commentId: Overload:Postgrest.QueryOrderer.#ctor - name: QueryOrderer - nameWithType: QueryOrderer.QueryOrderer - fullName: Postgrest.QueryOrderer.QueryOrderer diff --git a/.documentation/api/Postgrest.RequestException.yml b/.documentation/api/Postgrest.RequestException.yml deleted file mode 100644 index 6071ab4..0000000 --- a/.documentation/api/Postgrest.RequestException.yml +++ /dev/null @@ -1,679 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.RequestException - commentId: T:Postgrest.RequestException - id: RequestException - parent: Postgrest - children: - - Postgrest.RequestException.#ctor(System.Net.Http.HttpResponseMessage,Postgrest.Responses.ErrorResponse) - - Postgrest.RequestException.Error - - Postgrest.RequestException.Response - langs: - - csharp - - vb - name: RequestException - nameWithType: RequestException - fullName: Postgrest.RequestException - type: Class - source: - remote: - path: Postgrest/Helpers.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: RequestException - path: Postgrest/Helpers.cs - startLine: 156 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: 'public class RequestException : Exception, ISerializable' - content.vb: >- - Public Class RequestException - - Inherits Exception - - Implements ISerializable - inheritance: - - System.Object - - System.Exception - implements: - - System.Runtime.Serialization.ISerializable - inheritedMembers: - - System.Exception.GetBaseException - - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - - System.Exception.GetType - - System.Exception.ToString - - System.Exception.Data - - System.Exception.HelpLink - - System.Exception.HResult - - System.Exception.InnerException - - System.Exception.Message - - System.Exception.Source - - System.Exception.StackTrace - - System.Exception.TargetSite - - System.Exception.SerializeObjectState - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.RequestException.Response - commentId: P:Postgrest.RequestException.Response - id: Response - parent: Postgrest.RequestException - langs: - - csharp - - vb - name: Response - nameWithType: RequestException.Response - fullName: Postgrest.RequestException.Response - type: Property - source: - remote: - path: Postgrest/Helpers.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Response - path: Postgrest/Helpers.cs - startLine: 158 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public HttpResponseMessage Response { get; } - parameters: [] - return: - type: System.Net.Http.HttpResponseMessage - content.vb: Public ReadOnly Property Response As HttpResponseMessage - overload: Postgrest.RequestException.Response* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.RequestException.Error - commentId: P:Postgrest.RequestException.Error - id: Error - parent: Postgrest.RequestException - langs: - - csharp - - vb - name: Error - nameWithType: RequestException.Error - fullName: Postgrest.RequestException.Error - type: Property - source: - remote: - path: Postgrest/Helpers.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Error - path: Postgrest/Helpers.cs - startLine: 159 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public ErrorResponse Error { get; } - parameters: [] - return: - type: Postgrest.Responses.ErrorResponse - content.vb: Public ReadOnly Property Error As ErrorResponse - overload: Postgrest.RequestException.Error* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Postgrest.RequestException.#ctor(System.Net.Http.HttpResponseMessage,Postgrest.Responses.ErrorResponse) - commentId: M:Postgrest.RequestException.#ctor(System.Net.Http.HttpResponseMessage,Postgrest.Responses.ErrorResponse) - id: '#ctor(System.Net.Http.HttpResponseMessage,Postgrest.Responses.ErrorResponse)' - parent: Postgrest.RequestException - langs: - - csharp - - vb - name: RequestException(HttpResponseMessage, ErrorResponse) - nameWithType: RequestException.RequestException(HttpResponseMessage, ErrorResponse) - fullName: Postgrest.RequestException.RequestException(System.Net.Http.HttpResponseMessage, Postgrest.Responses.ErrorResponse) - type: Constructor - source: - remote: - path: Postgrest/Helpers.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/Helpers.cs - startLine: 161 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public RequestException(HttpResponseMessage response, ErrorResponse error) - parameters: - - id: response - type: System.Net.Http.HttpResponseMessage - - id: error - type: Postgrest.Responses.ErrorResponse - content.vb: Public Sub New(response As HttpResponseMessage, error As ErrorResponse) - overload: Postgrest.RequestException.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Exception - commentId: T:System.Exception - parent: System - isExternal: true - name: Exception - nameWithType: Exception - fullName: System.Exception -- uid: System.Runtime.Serialization.ISerializable - commentId: T:System.Runtime.Serialization.ISerializable - parent: System.Runtime.Serialization - isExternal: true - name: ISerializable - nameWithType: ISerializable - fullName: System.Runtime.Serialization.ISerializable -- uid: System.Exception.GetBaseException - commentId: M:System.Exception.GetBaseException - parent: System.Exception - isExternal: true - name: GetBaseException() - nameWithType: Exception.GetBaseException() - fullName: System.Exception.GetBaseException() - spec.csharp: - - uid: System.Exception.GetBaseException - name: GetBaseException - nameWithType: Exception.GetBaseException - fullName: System.Exception.GetBaseException - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Exception.GetBaseException - name: GetBaseException - nameWithType: Exception.GetBaseException - fullName: System.Exception.GetBaseException - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - commentId: M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - parent: System.Exception - isExternal: true - name: GetObjectData(SerializationInfo, StreamingContext) - nameWithType: Exception.GetObjectData(SerializationInfo, StreamingContext) - fullName: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - spec.csharp: - - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: GetObjectData - nameWithType: Exception.GetObjectData - fullName: System.Exception.GetObjectData - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Runtime.Serialization.SerializationInfo - name: SerializationInfo - nameWithType: SerializationInfo - fullName: System.Runtime.Serialization.SerializationInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Runtime.Serialization.StreamingContext - name: StreamingContext - nameWithType: StreamingContext - fullName: System.Runtime.Serialization.StreamingContext - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: GetObjectData - nameWithType: Exception.GetObjectData - fullName: System.Exception.GetObjectData - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Runtime.Serialization.SerializationInfo - name: SerializationInfo - nameWithType: SerializationInfo - fullName: System.Runtime.Serialization.SerializationInfo - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Runtime.Serialization.StreamingContext - name: StreamingContext - nameWithType: StreamingContext - fullName: System.Runtime.Serialization.StreamingContext - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Exception.GetType - commentId: M:System.Exception.GetType - parent: System.Exception - isExternal: true - name: GetType() - nameWithType: Exception.GetType() - fullName: System.Exception.GetType() - spec.csharp: - - uid: System.Exception.GetType - name: GetType - nameWithType: Exception.GetType - fullName: System.Exception.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Exception.GetType - name: GetType - nameWithType: Exception.GetType - fullName: System.Exception.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Exception.ToString - commentId: M:System.Exception.ToString - parent: System.Exception - isExternal: true - name: ToString() - nameWithType: Exception.ToString() - fullName: System.Exception.ToString() - spec.csharp: - - uid: System.Exception.ToString - name: ToString - nameWithType: Exception.ToString - fullName: System.Exception.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Exception.ToString - name: ToString - nameWithType: Exception.ToString - fullName: System.Exception.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Exception.Data - commentId: P:System.Exception.Data - parent: System.Exception - isExternal: true - name: Data - nameWithType: Exception.Data - fullName: System.Exception.Data -- uid: System.Exception.HelpLink - commentId: P:System.Exception.HelpLink - parent: System.Exception - isExternal: true - name: HelpLink - nameWithType: Exception.HelpLink - fullName: System.Exception.HelpLink -- uid: System.Exception.HResult - commentId: P:System.Exception.HResult - parent: System.Exception - isExternal: true - name: HResult - nameWithType: Exception.HResult - fullName: System.Exception.HResult -- uid: System.Exception.InnerException - commentId: P:System.Exception.InnerException - parent: System.Exception - isExternal: true - name: InnerException - nameWithType: Exception.InnerException - fullName: System.Exception.InnerException -- uid: System.Exception.Message - commentId: P:System.Exception.Message - parent: System.Exception - isExternal: true - name: Message - nameWithType: Exception.Message - fullName: System.Exception.Message -- uid: System.Exception.Source - commentId: P:System.Exception.Source - parent: System.Exception - isExternal: true - name: Source - nameWithType: Exception.Source - fullName: System.Exception.Source -- uid: System.Exception.StackTrace - commentId: P:System.Exception.StackTrace - parent: System.Exception - isExternal: true - name: StackTrace - nameWithType: Exception.StackTrace - fullName: System.Exception.StackTrace -- uid: System.Exception.TargetSite - commentId: P:System.Exception.TargetSite - parent: System.Exception - isExternal: true - name: TargetSite - nameWithType: Exception.TargetSite - fullName: System.Exception.TargetSite -- uid: System.Exception.SerializeObjectState - commentId: E:System.Exception.SerializeObjectState - parent: System.Exception - isExternal: true - name: SerializeObjectState - nameWithType: Exception.SerializeObjectState - fullName: System.Exception.SerializeObjectState -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.Serialization - commentId: N:System.Runtime.Serialization - isExternal: true - name: System.Runtime.Serialization - nameWithType: System.Runtime.Serialization - fullName: System.Runtime.Serialization -- uid: Postgrest.RequestException.Response* - commentId: Overload:Postgrest.RequestException.Response - name: Response - nameWithType: RequestException.Response - fullName: Postgrest.RequestException.Response -- uid: System.Net.Http.HttpResponseMessage - commentId: T:System.Net.Http.HttpResponseMessage - parent: System.Net.Http - isExternal: true - name: HttpResponseMessage - nameWithType: HttpResponseMessage - fullName: System.Net.Http.HttpResponseMessage -- uid: System.Net.Http - commentId: N:System.Net.Http - isExternal: true - name: System.Net.Http - nameWithType: System.Net.Http - fullName: System.Net.Http -- uid: Postgrest.RequestException.Error* - commentId: Overload:Postgrest.RequestException.Error - name: Error - nameWithType: RequestException.Error - fullName: Postgrest.RequestException.Error -- uid: Postgrest.Responses.ErrorResponse - commentId: T:Postgrest.Responses.ErrorResponse - parent: Postgrest.Responses - name: ErrorResponse - nameWithType: ErrorResponse - fullName: Postgrest.Responses.ErrorResponse -- uid: Postgrest.Responses - commentId: N:Postgrest.Responses - name: Postgrest.Responses - nameWithType: Postgrest.Responses - fullName: Postgrest.Responses -- uid: Postgrest.RequestException.#ctor* - commentId: Overload:Postgrest.RequestException.#ctor - name: RequestException - nameWithType: RequestException.RequestException - fullName: Postgrest.RequestException.RequestException diff --git a/.documentation/api/Postgrest.Responses.BaseResponse.yml b/.documentation/api/Postgrest.Responses.BaseResponse.yml deleted file mode 100644 index ce10acd..0000000 --- a/.documentation/api/Postgrest.Responses.BaseResponse.yml +++ /dev/null @@ -1,449 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Responses.BaseResponse - commentId: T:Postgrest.Responses.BaseResponse - id: BaseResponse - parent: Postgrest.Responses - children: - - Postgrest.Responses.BaseResponse.Content - - Postgrest.Responses.BaseResponse.ResponseMessage - langs: - - csharp - - vb - name: BaseResponse - nameWithType: BaseResponse - fullName: Postgrest.Responses.BaseResponse - type: Class - source: - remote: - path: Postgrest/Responses/BaseResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: BaseResponse - path: Postgrest/Responses/BaseResponse.cs - startLine: 9 - assemblies: - - Postgrest - namespace: Postgrest.Responses - summary: "\nA wrapper class from which all Responses derive.\n" - example: [] - syntax: - content: public class BaseResponse - content.vb: Public Class BaseResponse - inheritance: - - System.Object - derivedClasses: - - Postgrest.Responses.ErrorResponse - - Postgrest.Responses.ModeledResponse`1 - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.Responses.BaseResponse.ResponseMessage - commentId: P:Postgrest.Responses.BaseResponse.ResponseMessage - id: ResponseMessage - parent: Postgrest.Responses.BaseResponse - langs: - - csharp - - vb - name: ResponseMessage - nameWithType: BaseResponse.ResponseMessage - fullName: Postgrest.Responses.BaseResponse.ResponseMessage - type: Property - source: - remote: - path: Postgrest/Responses/BaseResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ResponseMessage - path: Postgrest/Responses/BaseResponse.cs - startLine: 11 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public HttpResponseMessage ResponseMessage { get; set; } - parameters: [] - return: - type: System.Net.Http.HttpResponseMessage - content.vb: Public Property ResponseMessage As HttpResponseMessage - overload: Postgrest.Responses.BaseResponse.ResponseMessage* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.Responses.BaseResponse.Content - commentId: P:Postgrest.Responses.BaseResponse.Content - id: Content - parent: Postgrest.Responses.BaseResponse - langs: - - csharp - - vb - name: Content - nameWithType: BaseResponse.Content - fullName: Postgrest.Responses.BaseResponse.Content - type: Property - source: - remote: - path: Postgrest/Responses/BaseResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Content - path: Postgrest/Responses/BaseResponse.cs - startLine: 14 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public string Content { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Content As String - overload: Postgrest.Responses.BaseResponse.Content* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -references: -- uid: Postgrest.Responses - commentId: N:Postgrest.Responses - name: Postgrest.Responses - nameWithType: Postgrest.Responses - fullName: Postgrest.Responses -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Responses.BaseResponse.ResponseMessage* - commentId: Overload:Postgrest.Responses.BaseResponse.ResponseMessage - name: ResponseMessage - nameWithType: BaseResponse.ResponseMessage - fullName: Postgrest.Responses.BaseResponse.ResponseMessage -- uid: System.Net.Http.HttpResponseMessage - commentId: T:System.Net.Http.HttpResponseMessage - parent: System.Net.Http - isExternal: true - name: HttpResponseMessage - nameWithType: HttpResponseMessage - fullName: System.Net.Http.HttpResponseMessage -- uid: System.Net.Http - commentId: N:System.Net.Http - isExternal: true - name: System.Net.Http - nameWithType: System.Net.Http - fullName: System.Net.Http -- uid: Postgrest.Responses.BaseResponse.Content* - commentId: Overload:Postgrest.Responses.BaseResponse.Content - name: Content - nameWithType: BaseResponse.Content - fullName: Postgrest.Responses.BaseResponse.Content -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String diff --git a/.documentation/api/Postgrest.Responses.ErrorResponse.yml b/.documentation/api/Postgrest.Responses.ErrorResponse.yml deleted file mode 100644 index 6227d89..0000000 --- a/.documentation/api/Postgrest.Responses.ErrorResponse.yml +++ /dev/null @@ -1,539 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Responses.ErrorResponse - commentId: T:Postgrest.Responses.ErrorResponse - id: ErrorResponse - parent: Postgrest.Responses - children: - - Postgrest.Responses.ErrorResponse.Code - - Postgrest.Responses.ErrorResponse.Details - - Postgrest.Responses.ErrorResponse.Hint - - Postgrest.Responses.ErrorResponse.Message - langs: - - csharp - - vb - name: ErrorResponse - nameWithType: ErrorResponse - fullName: Postgrest.Responses.ErrorResponse - type: Class - source: - remote: - path: Postgrest/Responses/ErrorResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ErrorResponse - path: Postgrest/Responses/ErrorResponse.cs - startLine: 8 - assemblies: - - Postgrest - namespace: Postgrest.Responses - summary: "\nA representation of Postgrest's API error response.\n" - example: [] - syntax: - content: 'public class ErrorResponse : BaseResponse' - content.vb: >- - Public Class ErrorResponse - - Inherits BaseResponse - inheritance: - - System.Object - - Postgrest.Responses.BaseResponse - inheritedMembers: - - Postgrest.Responses.BaseResponse.ResponseMessage - - Postgrest.Responses.BaseResponse.Content - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Postgrest.Responses.ErrorResponse.Hint - commentId: P:Postgrest.Responses.ErrorResponse.Hint - id: Hint - parent: Postgrest.Responses.ErrorResponse - langs: - - csharp - - vb - name: Hint - nameWithType: ErrorResponse.Hint - fullName: Postgrest.Responses.ErrorResponse.Hint - type: Property - source: - remote: - path: Postgrest/Responses/ErrorResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Hint - path: Postgrest/Responses/ErrorResponse.cs - startLine: 10 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public object Hint { get; set; } - parameters: [] - return: - type: System.Object - content.vb: Public Property Hint As Object - overload: Postgrest.Responses.ErrorResponse.Hint* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.Responses.ErrorResponse.Details - commentId: P:Postgrest.Responses.ErrorResponse.Details - id: Details - parent: Postgrest.Responses.ErrorResponse - langs: - - csharp - - vb - name: Details - nameWithType: ErrorResponse.Details - fullName: Postgrest.Responses.ErrorResponse.Details - type: Property - source: - remote: - path: Postgrest/Responses/ErrorResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Details - path: Postgrest/Responses/ErrorResponse.cs - startLine: 13 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public object Details { get; set; } - parameters: [] - return: - type: System.Object - content.vb: Public Property Details As Object - overload: Postgrest.Responses.ErrorResponse.Details* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.Responses.ErrorResponse.Code - commentId: P:Postgrest.Responses.ErrorResponse.Code - id: Code - parent: Postgrest.Responses.ErrorResponse - langs: - - csharp - - vb - name: Code - nameWithType: ErrorResponse.Code - fullName: Postgrest.Responses.ErrorResponse.Code - type: Property - source: - remote: - path: Postgrest/Responses/ErrorResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Code - path: Postgrest/Responses/ErrorResponse.cs - startLine: 16 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public string Code { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Code As String - overload: Postgrest.Responses.ErrorResponse.Code* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Postgrest.Responses.ErrorResponse.Message - commentId: P:Postgrest.Responses.ErrorResponse.Message - id: Message - parent: Postgrest.Responses.ErrorResponse - langs: - - csharp - - vb - name: Message - nameWithType: ErrorResponse.Message - fullName: Postgrest.Responses.ErrorResponse.Message - type: Property - source: - remote: - path: Postgrest/Responses/ErrorResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Message - path: Postgrest/Responses/ErrorResponse.cs - startLine: 19 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public string Message { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property Message As String - overload: Postgrest.Responses.ErrorResponse.Message* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -references: -- uid: Postgrest.Responses - commentId: N:Postgrest.Responses - name: Postgrest.Responses - nameWithType: Postgrest.Responses - fullName: Postgrest.Responses -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: Postgrest.Responses.BaseResponse - commentId: T:Postgrest.Responses.BaseResponse - parent: Postgrest.Responses - name: BaseResponse - nameWithType: BaseResponse - fullName: Postgrest.Responses.BaseResponse -- uid: Postgrest.Responses.BaseResponse.ResponseMessage - commentId: P:Postgrest.Responses.BaseResponse.ResponseMessage - parent: Postgrest.Responses.BaseResponse - name: ResponseMessage - nameWithType: BaseResponse.ResponseMessage - fullName: Postgrest.Responses.BaseResponse.ResponseMessage -- uid: Postgrest.Responses.BaseResponse.Content - commentId: P:Postgrest.Responses.BaseResponse.Content - parent: Postgrest.Responses.BaseResponse - name: Content - nameWithType: BaseResponse.Content - fullName: Postgrest.Responses.BaseResponse.Content -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Responses.ErrorResponse.Hint* - commentId: Overload:Postgrest.Responses.ErrorResponse.Hint - name: Hint - nameWithType: ErrorResponse.Hint - fullName: Postgrest.Responses.ErrorResponse.Hint -- uid: Postgrest.Responses.ErrorResponse.Details* - commentId: Overload:Postgrest.Responses.ErrorResponse.Details - name: Details - nameWithType: ErrorResponse.Details - fullName: Postgrest.Responses.ErrorResponse.Details -- uid: Postgrest.Responses.ErrorResponse.Code* - commentId: Overload:Postgrest.Responses.ErrorResponse.Code - name: Code - nameWithType: ErrorResponse.Code - fullName: Postgrest.Responses.ErrorResponse.Code -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.Responses.ErrorResponse.Message* - commentId: Overload:Postgrest.Responses.ErrorResponse.Message - name: Message - nameWithType: ErrorResponse.Message - fullName: Postgrest.Responses.ErrorResponse.Message diff --git a/.documentation/api/Postgrest.Responses.ModeledResponse-1.yml b/.documentation/api/Postgrest.Responses.ModeledResponse-1.yml deleted file mode 100644 index ae78281..0000000 --- a/.documentation/api/Postgrest.Responses.ModeledResponse-1.yml +++ /dev/null @@ -1,556 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Responses.ModeledResponse`1 - commentId: T:Postgrest.Responses.ModeledResponse`1 - id: ModeledResponse`1 - parent: Postgrest.Responses - children: - - Postgrest.Responses.ModeledResponse`1.#ctor(Postgrest.Responses.BaseResponse,System.Boolean) - - Postgrest.Responses.ModeledResponse`1.Models - langs: - - csharp - - vb - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - type: Class - source: - remote: - path: Postgrest/Responses/ModeledResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: ModeledResponse - path: Postgrest/Responses/ModeledResponse.cs - startLine: 12 - assemblies: - - Postgrest - namespace: Postgrest.Responses - summary: "\nA representation of a successful Postgrest response that transforms the string response into a C# Modelled response.\n" - example: [] - syntax: - content: 'public class ModeledResponse : BaseResponse' - typeParameters: - - id: T - description: '' - content.vb: >- - Public Class ModeledResponse(Of T) - - Inherits BaseResponse - inheritance: - - System.Object - - Postgrest.Responses.BaseResponse - inheritedMembers: - - Postgrest.Responses.BaseResponse.ResponseMessage - - Postgrest.Responses.BaseResponse.Content - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - nameWithType.vb: ModeledResponse(Of T) - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class - fullName.vb: Postgrest.Responses.ModeledResponse(Of T) - name.vb: ModeledResponse(Of T) -- uid: Postgrest.Responses.ModeledResponse`1.Models - commentId: P:Postgrest.Responses.ModeledResponse`1.Models - id: Models - parent: Postgrest.Responses.ModeledResponse`1 - langs: - - csharp - - vb - name: Models - nameWithType: ModeledResponse.Models - fullName: Postgrest.Responses.ModeledResponse.Models - type: Property - source: - remote: - path: Postgrest/Responses/ModeledResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Models - path: Postgrest/Responses/ModeledResponse.cs - startLine: 14 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public List Models { get; } - parameters: [] - return: - type: System.Collections.Generic.List{{T}} - content.vb: Public ReadOnly Property Models As List(Of T) - overload: Postgrest.Responses.ModeledResponse`1.Models* - nameWithType.vb: ModeledResponse(Of T).Models - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Postgrest.Responses.ModeledResponse(Of T).Models -- uid: Postgrest.Responses.ModeledResponse`1.#ctor(Postgrest.Responses.BaseResponse,System.Boolean) - commentId: M:Postgrest.Responses.ModeledResponse`1.#ctor(Postgrest.Responses.BaseResponse,System.Boolean) - id: '#ctor(Postgrest.Responses.BaseResponse,System.Boolean)' - parent: Postgrest.Responses.ModeledResponse`1 - langs: - - csharp - - vb - name: ModeledResponse(BaseResponse, Boolean) - nameWithType: ModeledResponse.ModeledResponse(BaseResponse, Boolean) - fullName: Postgrest.Responses.ModeledResponse.ModeledResponse(Postgrest.Responses.BaseResponse, System.Boolean) - type: Constructor - source: - remote: - path: Postgrest/Responses/ModeledResponse.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/Responses/ModeledResponse.cs - startLine: 16 - assemblies: - - Postgrest - namespace: Postgrest.Responses - syntax: - content: public ModeledResponse(BaseResponse baseResponse, bool shouldParse = true) - parameters: - - id: baseResponse - type: Postgrest.Responses.BaseResponse - - id: shouldParse - type: System.Boolean - content.vb: Public Sub New(baseResponse As BaseResponse, shouldParse As Boolean = True) - overload: Postgrest.Responses.ModeledResponse`1.#ctor* - nameWithType.vb: ModeledResponse(Of T).ModeledResponse(BaseResponse, Boolean) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Responses.ModeledResponse(Of T).ModeledResponse(Postgrest.Responses.BaseResponse, System.Boolean) -references: -- uid: Postgrest.Responses - commentId: N:Postgrest.Responses - name: Postgrest.Responses - nameWithType: Postgrest.Responses - fullName: Postgrest.Responses -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: Postgrest.Responses.BaseResponse - commentId: T:Postgrest.Responses.BaseResponse - parent: Postgrest.Responses - name: BaseResponse - nameWithType: BaseResponse - fullName: Postgrest.Responses.BaseResponse -- uid: Postgrest.Responses.BaseResponse.ResponseMessage - commentId: P:Postgrest.Responses.BaseResponse.ResponseMessage - parent: Postgrest.Responses.BaseResponse - name: ResponseMessage - nameWithType: BaseResponse.ResponseMessage - fullName: Postgrest.Responses.BaseResponse.ResponseMessage -- uid: Postgrest.Responses.BaseResponse.Content - commentId: P:Postgrest.Responses.BaseResponse.Content - parent: Postgrest.Responses.BaseResponse - name: Content - nameWithType: BaseResponse.Content - fullName: Postgrest.Responses.BaseResponse.Content -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Responses.ModeledResponse`1.Models* - commentId: Overload:Postgrest.Responses.ModeledResponse`1.Models - name: Models - nameWithType: ModeledResponse.Models - fullName: Postgrest.Responses.ModeledResponse.Models - nameWithType.vb: ModeledResponse(Of T).Models - fullName.vb: Postgrest.Responses.ModeledResponse(Of T).Models -- uid: System.Collections.Generic.List{{T}} - commentId: T:System.Collections.Generic.List{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of T) - fullName.vb: System.Collections.Generic.List(Of T) - name.vb: List(Of T) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.List`1 - commentId: T:System.Collections.Generic.List`1 - isExternal: true - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of T) - fullName.vb: System.Collections.Generic.List(Of T) - name.vb: List(Of T) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: Postgrest.Responses.ModeledResponse`1.#ctor* - commentId: Overload:Postgrest.Responses.ModeledResponse`1.#ctor - name: ModeledResponse - nameWithType: ModeledResponse.ModeledResponse - fullName: Postgrest.Responses.ModeledResponse.ModeledResponse - nameWithType.vb: ModeledResponse(Of T).ModeledResponse - fullName.vb: Postgrest.Responses.ModeledResponse(Of T).ModeledResponse -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean diff --git a/.documentation/api/Postgrest.Responses.yml b/.documentation/api/Postgrest.Responses.yml deleted file mode 100644 index 1739611..0000000 --- a/.documentation/api/Postgrest.Responses.yml +++ /dev/null @@ -1,72 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Responses - commentId: N:Postgrest.Responses - id: Postgrest.Responses - children: - - Postgrest.Responses.BaseResponse - - Postgrest.Responses.ErrorResponse - - Postgrest.Responses.ModeledResponse`1 - langs: - - csharp - - vb - name: Postgrest.Responses - nameWithType: Postgrest.Responses - fullName: Postgrest.Responses - type: Namespace - assemblies: - - Postgrest -references: -- uid: Postgrest.Responses.BaseResponse - commentId: T:Postgrest.Responses.BaseResponse - parent: Postgrest.Responses - name: BaseResponse - nameWithType: BaseResponse - fullName: Postgrest.Responses.BaseResponse -- uid: Postgrest.Responses.ErrorResponse - commentId: T:Postgrest.Responses.ErrorResponse - parent: Postgrest.Responses - name: ErrorResponse - nameWithType: ErrorResponse - fullName: Postgrest.Responses.ErrorResponse -- uid: Postgrest.Responses.ModeledResponse`1 - commentId: T:Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - nameWithType.vb: ModeledResponse(Of T) - fullName.vb: Postgrest.Responses.ModeledResponse(Of T) - name.vb: ModeledResponse(Of T) - spec.csharp: - - uid: Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Responses - commentId: N:Postgrest.Responses - name: Postgrest.Responses - nameWithType: Postgrest.Responses - fullName: Postgrest.Responses diff --git a/.documentation/api/Postgrest.Table-1.yml b/.documentation/api/Postgrest.Table-1.yml deleted file mode 100644 index 5854f95..0000000 --- a/.documentation/api/Postgrest.Table-1.yml +++ /dev/null @@ -1,2181 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest.Table`1 - commentId: T:Postgrest.Table`1 - id: Table`1 - parent: Postgrest - children: - - Postgrest.Table`1.#ctor(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions) - - Postgrest.Table`1.And(System.Collections.Generic.List{Postgrest.QueryFilter}) - - Postgrest.Table`1.BaseUrl - - Postgrest.Table`1.Clear - - Postgrest.Table`1.Delete - - Postgrest.Table`1.Delete(`0) - - Postgrest.Table`1.Filter(System.String,Postgrest.Constants.Operator,System.Object) - - Postgrest.Table`1.Get - - Postgrest.Table`1.Insert(`0,Postgrest.InsertOptions) - - Postgrest.Table`1.Insert(System.Collections.Generic.ICollection{`0},Postgrest.InsertOptions) - - Postgrest.Table`1.Limit(System.Int32,System.String) - - Postgrest.Table`1.Match(System.Collections.Generic.Dictionary{System.String,System.String}) - - Postgrest.Table`1.Not(Postgrest.QueryFilter) - - Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object}) - - Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object}) - - Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.String) - - Postgrest.Table`1.Offset(System.Int32,System.String) - - Postgrest.Table`1.Or(System.Collections.Generic.List{Postgrest.QueryFilter}) - - Postgrest.Table`1.Order(System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - - Postgrest.Table`1.Order(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - - Postgrest.Table`1.Range(System.Int32) - - Postgrest.Table`1.Range(System.Int32,System.Int32) - - Postgrest.Table`1.Select(System.String) - - Postgrest.Table`1.Single - - Postgrest.Table`1.Update(`0) - langs: - - csharp - - vb - name: Table - nameWithType: Table - fullName: Postgrest.Table - type: Class - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Table - path: Postgrest/Table.cs - startLine: 22 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nClass created from a model derived from `BaseModel` that can generate query requests to a Postgrest Endpoint.\n\nRepresentative of a `USE $TABLE` command.\n" - example: [] - syntax: - content: >- - public class Table - - where T : BaseModel, new() - typeParameters: - - id: T - description: Model derived from `BaseModel`. - content.vb: Public Class Table(Of T As {BaseModel, New}) - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - nameWithType.vb: Table(Of T) - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class - fullName.vb: Postgrest.Table(Of T) - name.vb: Table(Of T) -- uid: Postgrest.Table`1.BaseUrl - commentId: P:Postgrest.Table`1.BaseUrl - id: BaseUrl - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: BaseUrl - nameWithType: Table.BaseUrl - fullName: Postgrest.Table.BaseUrl - type: Property - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: BaseUrl - path: Postgrest/Table.cs - startLine: 24 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public string BaseUrl { get; } - parameters: [] - return: - type: System.String - content.vb: Public ReadOnly Property BaseUrl As String - overload: Postgrest.Table`1.BaseUrl* - nameWithType.vb: Table(Of T).BaseUrl - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Postgrest.Table(Of T).BaseUrl -- uid: Postgrest.Table`1.#ctor(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions) - commentId: M:Postgrest.Table`1.#ctor(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions) - id: '#ctor(System.String,Postgrest.ClientAuthorization,Postgrest.ClientOptions)' - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Table(String, ClientAuthorization, ClientOptions) - nameWithType: Table.Table(String, ClientAuthorization, ClientOptions) - fullName: Postgrest.Table.Table(System.String, Postgrest.ClientAuthorization, Postgrest.ClientOptions) - type: Constructor - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: .ctor - path: Postgrest/Table.cs - startLine: 52 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Table(string baseUrl, ClientAuthorization authorization, ClientOptions options = null) - parameters: - - id: baseUrl - type: System.String - - id: authorization - type: Postgrest.ClientAuthorization - - id: options - type: Postgrest.ClientOptions - content.vb: Public Sub New(baseUrl As String, authorization As ClientAuthorization, options As ClientOptions = Nothing) - overload: Postgrest.Table`1.#ctor* - nameWithType.vb: Table(Of T).Table(String, ClientAuthorization, ClientOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Table(System.String, Postgrest.ClientAuthorization, Postgrest.ClientOptions) -- uid: Postgrest.Table`1.Filter(System.String,Postgrest.Constants.Operator,System.Object) - commentId: M:Postgrest.Table`1.Filter(System.String,Postgrest.Constants.Operator,System.Object) - id: Filter(System.String,Postgrest.Constants.Operator,System.Object) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Filter(String, Constants.Operator, Object) - nameWithType: Table.Filter(String, Constants.Operator, Object) - fullName: Postgrest.Table.Filter(System.String, Postgrest.Constants.Operator, System.Object) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Filter - path: Postgrest/Table.cs - startLine: 80 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Table Filter(string columnName, Constants.Operator op, object criterion) - parameters: - - id: columnName - type: System.String - - id: op - type: Postgrest.Constants.Operator - - id: criterion - type: System.Object - return: - type: Postgrest.Table`1 - content.vb: Public Function Filter(columnName As String, op As Constants.Operator, criterion As Object) As Table(Of T) - overload: Postgrest.Table`1.Filter* - nameWithType.vb: Table(Of T).Filter(String, Constants.Operator, Object) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Filter(System.String, Postgrest.Constants.Operator, System.Object) -- uid: Postgrest.Table`1.Not(Postgrest.QueryFilter) - commentId: M:Postgrest.Table`1.Not(Postgrest.QueryFilter) - id: Not(Postgrest.QueryFilter) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Not(QueryFilter) - nameWithType: Table.Not(QueryFilter) - fullName: Postgrest.Table.Not(Postgrest.QueryFilter) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Not - path: Postgrest/Table.cs - startLine: 133 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nAdds a NOT filter to the current query args.\n" - example: [] - syntax: - content: public Table Not(QueryFilter filter) - parameters: - - id: filter - type: Postgrest.QueryFilter - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Not(filter As QueryFilter) As Table(Of T) - overload: Postgrest.Table`1.Not* - nameWithType.vb: Table(Of T).Not(QueryFilter) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Not(Postgrest.QueryFilter) -- uid: Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.String) - commentId: M:Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.String) - id: Not(System.String,Postgrest.Constants.Operator,System.String) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Not(String, Constants.Operator, String) - nameWithType: Table.Not(String, Constants.Operator, String) - fullName: Postgrest.Table.Not(System.String, Postgrest.Constants.Operator, System.String) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Not - path: Postgrest/Table.cs - startLine: 151 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Table Not(string columnName, Constants.Operator op, string criterion) - parameters: - - id: columnName - type: System.String - - id: op - type: Postgrest.Constants.Operator - - id: criterion - type: System.String - return: - type: Postgrest.Table`1 - content.vb: Public Function Not(columnName As String, op As Constants.Operator, criterion As String) As Table(Of T) - overload: Postgrest.Table`1.Not* - nameWithType.vb: Table(Of T).Not(String, Constants.Operator, String) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Not(System.String, Postgrest.Constants.Operator, System.String) -- uid: Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object}) - commentId: M:Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object}) - id: Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.List{System.Object}) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Not(String, Constants.Operator, List) - nameWithType: Table.Not(String, Constants.Operator, List) - fullName: Postgrest.Table.Not(System.String, Postgrest.Constants.Operator, System.Collections.Generic.List) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Not - path: Postgrest/Table.cs - startLine: 164 - assemblies: - - Postgrest - namespace: Postgrest - syntax: - content: public Table Not(string columnName, Constants.Operator op, List criteria) - parameters: - - id: columnName - type: System.String - - id: op - type: Postgrest.Constants.Operator - - id: criteria - type: System.Collections.Generic.List{System.Object} - return: - type: Postgrest.Table`1 - content.vb: Public Function Not(columnName As String, op As Constants.Operator, criteria As List(Of Object)) As Table(Of T) - overload: Postgrest.Table`1.Not* - nameWithType.vb: Table(Of T).Not(String, Constants.Operator, List(Of Object)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Not(System.String, Postgrest.Constants.Operator, System.Collections.Generic.List(Of System.Object)) - name.vb: Not(String, Constants.Operator, List(Of Object)) -- uid: Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object}) - commentId: M:Postgrest.Table`1.Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object}) - id: Not(System.String,Postgrest.Constants.Operator,System.Collections.Generic.Dictionary{System.String,System.Object}) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Not(String, Constants.Operator, Dictionary) - nameWithType: Table.Not(String, Constants.Operator, Dictionary) - fullName: Postgrest.Table.Not(System.String, Postgrest.Constants.Operator, System.Collections.Generic.Dictionary) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Not - path: Postgrest/Table.cs - startLine: 173 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nAdds a NOT filter to the current query args.\n" - example: [] - syntax: - content: public Table Not(string columnName, Constants.Operator op, Dictionary criteria) - parameters: - - id: columnName - type: System.String - description: '' - - id: op - type: Postgrest.Constants.Operator - description: '' - - id: criteria - type: System.Collections.Generic.Dictionary{System.String,System.Object} - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Not(columnName As String, op As Constants.Operator, criteria As Dictionary(Of String, Object)) As Table(Of T) - overload: Postgrest.Table`1.Not* - nameWithType.vb: Table(Of T).Not(String, Constants.Operator, Dictionary(Of String, Object)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Not(System.String, Postgrest.Constants.Operator, System.Collections.Generic.Dictionary(Of System.String, System.Object)) - name.vb: Not(String, Constants.Operator, Dictionary(Of String, Object)) -- uid: Postgrest.Table`1.And(System.Collections.Generic.List{Postgrest.QueryFilter}) - commentId: M:Postgrest.Table`1.And(System.Collections.Generic.List{Postgrest.QueryFilter}) - id: And(System.Collections.Generic.List{Postgrest.QueryFilter}) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: And(List) - nameWithType: Table.And(List) - fullName: Postgrest.Table.And(System.Collections.Generic.List) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: And - path: Postgrest/Table.cs - startLine: 180 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nAdds an AND Filter to the current query args.\n" - example: [] - syntax: - content: public Table And(List filters) - parameters: - - id: filters - type: System.Collections.Generic.List{Postgrest.QueryFilter} - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function And(filters As List(Of QueryFilter)) As Table(Of T) - overload: Postgrest.Table`1.And* - nameWithType.vb: Table(Of T).And(List(Of QueryFilter)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).And(System.Collections.Generic.List(Of Postgrest.QueryFilter)) - name.vb: And(List(Of QueryFilter)) -- uid: Postgrest.Table`1.Or(System.Collections.Generic.List{Postgrest.QueryFilter}) - commentId: M:Postgrest.Table`1.Or(System.Collections.Generic.List{Postgrest.QueryFilter}) - id: Or(System.Collections.Generic.List{Postgrest.QueryFilter}) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Or(List) - nameWithType: Table.Or(List) - fullName: Postgrest.Table.Or(System.Collections.Generic.List) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Or - path: Postgrest/Table.cs - startLine: 191 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nAdds a NOT Filter to the current query args.\n" - example: [] - syntax: - content: public Table Or(List filters) - parameters: - - id: filters - type: System.Collections.Generic.List{Postgrest.QueryFilter} - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Or(filters As List(Of QueryFilter)) As Table(Of T) - overload: Postgrest.Table`1.Or* - nameWithType.vb: Table(Of T).Or(List(Of QueryFilter)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Or(System.Collections.Generic.List(Of Postgrest.QueryFilter)) - name.vb: Or(List(Of QueryFilter)) -- uid: Postgrest.Table`1.Match(System.Collections.Generic.Dictionary{System.String,System.String}) - commentId: M:Postgrest.Table`1.Match(System.Collections.Generic.Dictionary{System.String,System.String}) - id: Match(System.Collections.Generic.Dictionary{System.String,System.String}) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Match(Dictionary) - nameWithType: Table.Match(Dictionary) - fullName: Postgrest.Table.Match(System.Collections.Generic.Dictionary) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Match - path: Postgrest/Table.cs - startLine: 202 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nFinds all rows whose columns match the specified `query` object.\n" - example: [] - syntax: - content: public Table Match(Dictionary query) - parameters: - - id: query - type: System.Collections.Generic.Dictionary{System.String,System.String} - description: The object to filter with, with column names as keys mapped to their filter values. - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Match(query As Dictionary(Of String, String)) As Table(Of T) - overload: Postgrest.Table`1.Match* - nameWithType.vb: Table(Of T).Match(Dictionary(Of String, String)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Match(System.Collections.Generic.Dictionary(Of System.String, System.String)) - name.vb: Match(Dictionary(Of String, String)) -- uid: Postgrest.Table`1.Order(System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - commentId: M:Postgrest.Table`1.Order(System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - id: Order(System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Order(String, Constants.Ordering, Constants.NullPosition) - nameWithType: Table.Order(String, Constants.Ordering, Constants.NullPosition) - fullName: Postgrest.Table.Order(System.String, Postgrest.Constants.Ordering, Postgrest.Constants.NullPosition) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Order - path: Postgrest/Table.cs - startLine: 219 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nAdds an ordering to the current query args.\n" - example: [] - syntax: - content: public Table Order(string column, Constants.Ordering ordering, Constants.NullPosition nullPosition = Constants.NullPosition.First) - parameters: - - id: column - type: System.String - description: Column Name - - id: ordering - type: Postgrest.Constants.Ordering - description: '' - - id: nullPosition - type: Postgrest.Constants.NullPosition - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Order(column As String, ordering As Constants.Ordering, nullPosition As Constants.NullPosition = Constants.NullPosition.First) As Table(Of T) - overload: Postgrest.Table`1.Order* - nameWithType.vb: Table(Of T).Order(String, Constants.Ordering, Constants.NullPosition) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Order(System.String, Postgrest.Constants.Ordering, Postgrest.Constants.NullPosition) -- uid: Postgrest.Table`1.Order(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - commentId: M:Postgrest.Table`1.Order(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - id: Order(System.String,System.String,Postgrest.Constants.Ordering,Postgrest.Constants.NullPosition) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Order(String, String, Constants.Ordering, Constants.NullPosition) - nameWithType: Table.Order(String, String, Constants.Ordering, Constants.NullPosition) - fullName: Postgrest.Table.Order(System.String, System.String, Postgrest.Constants.Ordering, Postgrest.Constants.NullPosition) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Order - path: Postgrest/Table.cs - startLine: 233 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nAdds an ordering to the current query args.\n" - example: [] - syntax: - content: public Table Order(string foreignTable, string column, Constants.Ordering ordering, Constants.NullPosition nullPosition = Constants.NullPosition.First) - parameters: - - id: foreignTable - type: System.String - description: '' - - id: column - type: System.String - description: '' - - id: ordering - type: Postgrest.Constants.Ordering - description: '' - - id: nullPosition - type: Postgrest.Constants.NullPosition - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Order(foreignTable As String, column As String, ordering As Constants.Ordering, nullPosition As Constants.NullPosition = Constants.NullPosition.First) As Table(Of T) - overload: Postgrest.Table`1.Order* - nameWithType.vb: Table(Of T).Order(String, String, Constants.Ordering, Constants.NullPosition) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Order(System.String, System.String, Postgrest.Constants.Ordering, Postgrest.Constants.NullPosition) -- uid: Postgrest.Table`1.Range(System.Int32) - commentId: M:Postgrest.Table`1.Range(System.Int32) - id: Range(System.Int32) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Range(Int32) - nameWithType: Table.Range(Int32) - fullName: Postgrest.Table.Range(System.Int32) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Range - path: Postgrest/Table.cs - startLine: 245 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nSets a FROM range, similar to a `StartAt` query.\n" - example: [] - syntax: - content: public Table Range(int from) - parameters: - - id: from - type: System.Int32 - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Range(from As Integer) As Table(Of T) - overload: Postgrest.Table`1.Range* - nameWithType.vb: Table(Of T).Range(Int32) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Range(System.Int32) -- uid: Postgrest.Table`1.Range(System.Int32,System.Int32) - commentId: M:Postgrest.Table`1.Range(System.Int32,System.Int32) - id: Range(System.Int32,System.Int32) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Range(Int32, Int32) - nameWithType: Table.Range(Int32, Int32) - fullName: Postgrest.Table.Range(System.Int32, System.Int32) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Range - path: Postgrest/Table.cs - startLine: 257 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nSets a bounded range to the current query.\n" - example: [] - syntax: - content: public Table Range(int from, int to) - parameters: - - id: from - type: System.Int32 - description: '' - - id: to - type: System.Int32 - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Range(from As Integer, to As Integer) As Table(Of T) - overload: Postgrest.Table`1.Range* - nameWithType.vb: Table(Of T).Range(Int32, Int32) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Range(System.Int32, System.Int32) -- uid: Postgrest.Table`1.Select(System.String) - commentId: M:Postgrest.Table`1.Select(System.String) - id: Select(System.String) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Select(String) - nameWithType: Table.Select(String) - fullName: Postgrest.Table.Select(System.String) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Select - path: Postgrest/Table.cs - startLine: 269 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nSelect columns for query. \n" - example: [] - syntax: - content: public Table Select(string columnQuery) - parameters: - - id: columnQuery - type: System.String - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Select(columnQuery As String) As Table(Of T) - overload: Postgrest.Table`1.Select* - nameWithType.vb: Table(Of T).Select(String) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Select(System.String) -- uid: Postgrest.Table`1.Limit(System.Int32,System.String) - commentId: M:Postgrest.Table`1.Limit(System.Int32,System.String) - id: Limit(System.Int32,System.String) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Limit(Int32, String) - nameWithType: Table.Limit(Int32, String) - fullName: Postgrest.Table.Limit(System.Int32, System.String) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Limit - path: Postgrest/Table.cs - startLine: 283 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nSets a limit with an optional foreign table reference. \n" - example: [] - syntax: - content: public Table Limit(int limit, string foreignTableName = null) - parameters: - - id: limit - type: System.Int32 - description: '' - - id: foreignTableName - type: System.String - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Limit(limit As Integer, foreignTableName As String = Nothing) As Table(Of T) - overload: Postgrest.Table`1.Limit* - nameWithType.vb: Table(Of T).Limit(Int32, String) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Limit(System.Int32, System.String) -- uid: Postgrest.Table`1.Offset(System.Int32,System.String) - commentId: M:Postgrest.Table`1.Offset(System.Int32,System.String) - id: Offset(System.Int32,System.String) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Offset(Int32, String) - nameWithType: Table.Offset(Int32, String) - fullName: Postgrest.Table.Offset(System.Int32, System.String) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Offset - path: Postgrest/Table.cs - startLine: 297 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nSets an offset with an optional foreign table reference.\n" - example: [] - syntax: - content: public Table Offset(int offset, string foreignTableName = null) - parameters: - - id: offset - type: System.Int32 - description: '' - - id: foreignTableName - type: System.String - description: '' - return: - type: Postgrest.Table`1 - description: '' - content.vb: Public Function Offset(offset As Integer, foreignTableName As String = Nothing) As Table(Of T) - overload: Postgrest.Table`1.Offset* - nameWithType.vb: Table(Of T).Offset(Int32, String) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Offset(System.Int32, System.String) -- uid: Postgrest.Table`1.Insert(`0,Postgrest.InsertOptions) - commentId: M:Postgrest.Table`1.Insert(`0,Postgrest.InsertOptions) - id: Insert(`0,Postgrest.InsertOptions) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Insert(T, InsertOptions) - nameWithType: Table.Insert(T, InsertOptions) - fullName: Postgrest.Table.Insert(T, Postgrest.InsertOptions) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Insert - path: Postgrest/Table.cs - startLine: 310 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nExecutes an INSERT query using the defined query params on the current instance.\n" - example: [] - syntax: - content: public Task> Insert(T model, InsertOptions options = null) - parameters: - - id: model - type: '{T}' - description: '' - - id: options - type: Postgrest.InsertOptions - description: '' - return: - type: System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{{T}}} - description: A typed model response from the database. - content.vb: Public Function Insert(model As T, options As InsertOptions = Nothing) As Task(Of ModeledResponse(Of T)) - overload: Postgrest.Table`1.Insert* - nameWithType.vb: Table(Of T).Insert(T, InsertOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Insert(T, Postgrest.InsertOptions) -- uid: Postgrest.Table`1.Insert(System.Collections.Generic.ICollection{`0},Postgrest.InsertOptions) - commentId: M:Postgrest.Table`1.Insert(System.Collections.Generic.ICollection{`0},Postgrest.InsertOptions) - id: Insert(System.Collections.Generic.ICollection{`0},Postgrest.InsertOptions) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Insert(ICollection, InsertOptions) - nameWithType: Table.Insert(ICollection, InsertOptions) - fullName: Postgrest.Table.Insert(System.Collections.Generic.ICollection, Postgrest.InsertOptions) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Insert - path: Postgrest/Table.cs - startLine: 318 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nExecutes a BULK INSERT query using the defined query params on the current instance.\n" - example: [] - syntax: - content: public Task> Insert(ICollection models, InsertOptions options = null) - parameters: - - id: models - type: System.Collections.Generic.ICollection{{T}} - - id: options - type: Postgrest.InsertOptions - description: '' - return: - type: System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{{T}}} - description: A typed model response from the database. - content.vb: Public Function Insert(models As ICollection(Of T), options As InsertOptions = Nothing) As Task(Of ModeledResponse(Of T)) - overload: Postgrest.Table`1.Insert* - nameWithType.vb: Table(Of T).Insert(ICollection(Of T), InsertOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Insert(System.Collections.Generic.ICollection(Of T), Postgrest.InsertOptions) - name.vb: Insert(ICollection(Of T), InsertOptions) -- uid: Postgrest.Table`1.Update(`0) - commentId: M:Postgrest.Table`1.Update(`0) - id: Update(`0) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Update(T) - nameWithType: Table.Update(T) - fullName: Postgrest.Table.Update(T) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Update - path: Postgrest/Table.cs - startLine: 325 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nExecutes an UPDATE query using the defined query params on the current instance.\n" - example: [] - syntax: - content: public Task> Update(T model) - parameters: - - id: model - type: '{T}' - description: '' - return: - type: System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{{T}}} - description: A typed response from the database. - content.vb: Public Function Update(model As T) As Task(Of ModeledResponse(Of T)) - overload: Postgrest.Table`1.Update* - nameWithType.vb: Table(Of T).Update(T) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Update(T) -- uid: Postgrest.Table`1.Delete - commentId: M:Postgrest.Table`1.Delete - id: Delete - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Delete() - nameWithType: Table.Delete() - fullName: Postgrest.Table.Delete() - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Delete - path: Postgrest/Table.cs - startLine: 347 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nExecutes a delete request using the defined query params on the current instance.\n" - example: [] - syntax: - content: public Task Delete() - return: - type: System.Threading.Tasks.Task - description: '' - content.vb: Public Function Delete As Task - overload: Postgrest.Table`1.Delete* - nameWithType.vb: Table(Of T).Delete() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Delete() -- uid: Postgrest.Table`1.Delete(`0) - commentId: M:Postgrest.Table`1.Delete(`0) - id: Delete(`0) - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Delete(T) - nameWithType: Table.Delete(T) - fullName: Postgrest.Table.Delete(T) - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Delete - path: Postgrest/Table.cs - startLine: 363 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nExecutes a delete request using the model's primary key as the filter for the request.\n" - example: [] - syntax: - content: public Task Delete(T model) - parameters: - - id: model - type: '{T}' - description: '' - return: - type: System.Threading.Tasks.Task - description: '' - content.vb: Public Function Delete(model As T) As Task - overload: Postgrest.Table`1.Delete* - nameWithType.vb: Table(Of T).Delete(T) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Delete(T) -- uid: Postgrest.Table`1.Single - commentId: M:Postgrest.Table`1.Single - id: Single - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Single() - nameWithType: Table.Single() - fullName: Postgrest.Table.Single() - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Single - path: Postgrest/Table.cs - startLine: 377 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nExecutes a query that expects to have a single object returned, rather than returning list of models\nit will return a single model.\n" - example: [] - syntax: - content: public Task Single() - return: - type: System.Threading.Tasks.Task{{T}} - description: '' - content.vb: Public Function Single As Task(Of T) - overload: Postgrest.Table`1.Single* - nameWithType.vb: Table(Of T).Single() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Single() -- uid: Postgrest.Table`1.Get - commentId: M:Postgrest.Table`1.Get - id: Get - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Get() - nameWithType: Table.Get() - fullName: Postgrest.Table.Get() - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Get - path: Postgrest/Table.cs - startLine: 420 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nExecutes the query using the defined filters on the current instance.\n" - example: [] - syntax: - content: public Task> Get() - return: - type: System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{{T}}} - description: '' - content.vb: Public Function Get As Task(Of ModeledResponse(Of T)) - overload: Postgrest.Table`1.Get* - nameWithType.vb: Table(Of T).Get() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Get() -- uid: Postgrest.Table`1.Clear - commentId: M:Postgrest.Table`1.Clear - id: Clear - parent: Postgrest.Table`1 - langs: - - csharp - - vb - name: Clear() - nameWithType: Table.Clear() - fullName: Postgrest.Table.Clear() - type: Method - source: - remote: - path: Postgrest/Table.cs - branch: master - repo: https://github.com/supabase/postgrest-csharp.git - id: Clear - path: Postgrest/Table.cs - startLine: 604 - assemblies: - - Postgrest - namespace: Postgrest - summary: "\nClears currently defined query values.\n" - example: [] - syntax: - content: public void Clear() - content.vb: Public Sub Clear - overload: Postgrest.Table`1.Clear* - nameWithType.vb: Table(Of T).Clear() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Postgrest.Table(Of T).Clear() -references: -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Postgrest.Table`1.BaseUrl* - commentId: Overload:Postgrest.Table`1.BaseUrl - name: BaseUrl - nameWithType: Table.BaseUrl - fullName: Postgrest.Table.BaseUrl - nameWithType.vb: Table(Of T).BaseUrl - fullName.vb: Postgrest.Table(Of T).BaseUrl -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Postgrest.Table`1.#ctor* - commentId: Overload:Postgrest.Table`1.#ctor - name: Table - nameWithType: Table.Table - fullName: Postgrest.Table.Table - nameWithType.vb: Table(Of T).Table - fullName.vb: Postgrest.Table(Of T).Table -- uid: Postgrest.ClientAuthorization - commentId: T:Postgrest.ClientAuthorization - parent: Postgrest - name: ClientAuthorization - nameWithType: ClientAuthorization - fullName: Postgrest.ClientAuthorization -- uid: Postgrest.ClientOptions - commentId: T:Postgrest.ClientOptions - parent: Postgrest - name: ClientOptions - nameWithType: ClientOptions - fullName: Postgrest.ClientOptions -- uid: Postgrest.Table`1.Filter* - commentId: Overload:Postgrest.Table`1.Filter - name: Filter - nameWithType: Table.Filter - fullName: Postgrest.Table.Filter - nameWithType.vb: Table(Of T).Filter - fullName.vb: Postgrest.Table(Of T).Filter -- uid: Postgrest.Constants.Operator - commentId: T:Postgrest.Constants.Operator - parent: Postgrest - name: Constants.Operator - nameWithType: Constants.Operator - fullName: Postgrest.Constants.Operator -- uid: Postgrest.Table`1 - commentId: T:Postgrest.Table`1 - parent: Postgrest - name: Table - nameWithType: Table - fullName: Postgrest.Table - nameWithType.vb: Table(Of T) - fullName.vb: Postgrest.Table(Of T) - name.vb: Table(Of T) - spec.csharp: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Table`1.Not* - commentId: Overload:Postgrest.Table`1.Not - name: Not - nameWithType: Table.Not - fullName: Postgrest.Table.Not - nameWithType.vb: Table(Of T).Not - fullName.vb: Postgrest.Table(Of T).Not -- uid: Postgrest.QueryFilter - commentId: T:Postgrest.QueryFilter - parent: Postgrest - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter -- uid: System.Collections.Generic.List{System.Object} - commentId: T:System.Collections.Generic.List{System.Object} - parent: System.Collections.Generic - definition: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of Object) - fullName.vb: System.Collections.Generic.List(Of System.Object) - name.vb: List(Of Object) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.List`1 - commentId: T:System.Collections.Generic.List`1 - isExternal: true - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of T) - fullName.vb: System.Collections.Generic.List(Of T) - name.vb: List(Of T) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: System.Collections.Generic.Dictionary{System.String,System.Object} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.Object} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, Object) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.Object) - name.vb: Dictionary(Of String, Object) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Table`1.And* - commentId: Overload:Postgrest.Table`1.And - name: And - nameWithType: Table.And - fullName: Postgrest.Table.And - nameWithType.vb: Table(Of T).And - fullName.vb: Postgrest.Table(Of T).And -- uid: System.Collections.Generic.List{Postgrest.QueryFilter} - commentId: T:System.Collections.Generic.List{Postgrest.QueryFilter} - parent: System.Collections.Generic - definition: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of QueryFilter) - fullName.vb: System.Collections.Generic.List(Of Postgrest.QueryFilter) - name.vb: List(Of QueryFilter) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Postgrest.QueryFilter - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Postgrest.QueryFilter - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Table`1.Or* - commentId: Overload:Postgrest.Table`1.Or - name: Or - nameWithType: Table.Or - fullName: Postgrest.Table.Or - nameWithType.vb: Table(Of T).Or - fullName.vb: Postgrest.Table(Of T).Or -- uid: Postgrest.Table`1.Match* - commentId: Overload:Postgrest.Table`1.Match - name: Match - nameWithType: Table.Match - fullName: Postgrest.Table.Match - nameWithType.vb: Table(Of T).Match - fullName.vb: Postgrest.Table(Of T).Match -- uid: System.Collections.Generic.Dictionary{System.String,System.String} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, String) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.String) - name.vb: Dictionary(Of String, String) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Table`1.Order* - commentId: Overload:Postgrest.Table`1.Order - name: Order - nameWithType: Table.Order - fullName: Postgrest.Table.Order - nameWithType.vb: Table(Of T).Order - fullName.vb: Postgrest.Table(Of T).Order -- uid: Postgrest.Constants.Ordering - commentId: T:Postgrest.Constants.Ordering - parent: Postgrest - name: Constants.Ordering - nameWithType: Constants.Ordering - fullName: Postgrest.Constants.Ordering -- uid: Postgrest.Constants.NullPosition - commentId: T:Postgrest.Constants.NullPosition - parent: Postgrest - name: Constants.NullPosition - nameWithType: Constants.NullPosition - fullName: Postgrest.Constants.NullPosition -- uid: Postgrest.Table`1.Range* - commentId: Overload:Postgrest.Table`1.Range - name: Range - nameWithType: Table.Range - fullName: Postgrest.Table.Range - nameWithType.vb: Table(Of T).Range - fullName.vb: Postgrest.Table(Of T).Range -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: Postgrest.Table`1.Select* - commentId: Overload:Postgrest.Table`1.Select - name: Select - nameWithType: Table.Select - fullName: Postgrest.Table.Select - nameWithType.vb: Table(Of T).Select - fullName.vb: Postgrest.Table(Of T).Select -- uid: Postgrest.Table`1.Limit* - commentId: Overload:Postgrest.Table`1.Limit - name: Limit - nameWithType: Table.Limit - fullName: Postgrest.Table.Limit - nameWithType.vb: Table(Of T).Limit - fullName.vb: Postgrest.Table(Of T).Limit -- uid: Postgrest.Table`1.Offset* - commentId: Overload:Postgrest.Table`1.Offset - name: Offset - nameWithType: Table.Offset - fullName: Postgrest.Table.Offset - nameWithType.vb: Table(Of T).Offset - fullName.vb: Postgrest.Table(Of T).Offset -- uid: Postgrest.Table`1.Insert* - commentId: Overload:Postgrest.Table`1.Insert - name: Insert - nameWithType: Table.Insert - fullName: Postgrest.Table.Insert - nameWithType.vb: Table(Of T).Insert - fullName.vb: Postgrest.Table(Of T).Insert -- uid: '{T}' - commentId: '!:T' - definition: T - name: T - nameWithType: T - fullName: T -- uid: Postgrest.InsertOptions - commentId: T:Postgrest.InsertOptions - parent: Postgrest - name: InsertOptions - nameWithType: InsertOptions - fullName: Postgrest.InsertOptions -- uid: System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{{T}}} - commentId: T:System.Threading.Tasks.Task{Postgrest.Responses.ModeledResponse{`0}} - parent: System.Threading.Tasks - definition: System.Threading.Tasks.Task`1 - name: Task> - nameWithType: Task> - fullName: System.Threading.Tasks.Task> - nameWithType.vb: Task(Of ModeledResponse(Of T)) - fullName.vb: System.Threading.Tasks.Task(Of Postgrest.Responses.ModeledResponse(Of T)) - name.vb: Task(Of ModeledResponse(Of T)) - spec.csharp: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - nameWithType: ModeledResponse - fullName: Postgrest.Responses.ModeledResponse - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: T - name: T - nameWithType: T - fullName: T -- uid: System.Threading.Tasks.Task`1 - commentId: T:System.Threading.Tasks.Task`1 - isExternal: true - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - nameWithType.vb: Task(Of TResult) - fullName.vb: System.Threading.Tasks.Task(Of TResult) - name.vb: Task(Of TResult) - spec.csharp: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TResult - nameWithType: TResult - fullName: TResult - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TResult - nameWithType: TResult - fullName: TResult - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Threading.Tasks - commentId: N:System.Threading.Tasks - isExternal: true - name: System.Threading.Tasks - nameWithType: System.Threading.Tasks - fullName: System.Threading.Tasks -- uid: System.Collections.Generic.ICollection{{T}} - commentId: T:System.Collections.Generic.ICollection{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - nameWithType.vb: ICollection(Of T) - fullName.vb: System.Collections.Generic.ICollection(Of T) - name.vb: ICollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.ICollection`1 - commentId: T:System.Collections.Generic.ICollection`1 - isExternal: true - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - nameWithType.vb: ICollection(Of T) - fullName.vb: System.Collections.Generic.ICollection(Of T) - name.vb: ICollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Table`1.Update* - commentId: Overload:Postgrest.Table`1.Update - name: Update - nameWithType: Table.Update - fullName: Postgrest.Table.Update - nameWithType.vb: Table(Of T).Update - fullName.vb: Postgrest.Table(Of T).Update -- uid: Postgrest.Table`1.Delete* - commentId: Overload:Postgrest.Table`1.Delete - name: Delete - nameWithType: Table.Delete - fullName: Postgrest.Table.Delete - nameWithType.vb: Table(Of T).Delete - fullName.vb: Postgrest.Table(Of T).Delete -- uid: System.Threading.Tasks.Task - commentId: T:System.Threading.Tasks.Task - parent: System.Threading.Tasks - isExternal: true - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task -- uid: Postgrest.Table`1.Single* - commentId: Overload:Postgrest.Table`1.Single - name: Single - nameWithType: Table.Single - fullName: Postgrest.Table.Single - nameWithType.vb: Table(Of T).Single - fullName.vb: Postgrest.Table(Of T).Single -- uid: System.Threading.Tasks.Task{{T}} - commentId: T:System.Threading.Tasks.Task{`0} - parent: System.Threading.Tasks - definition: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - nameWithType.vb: Task(Of T) - fullName.vb: System.Threading.Tasks.Task(Of T) - name.vb: Task(Of T) - spec.csharp: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Threading.Tasks.Task`1 - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest.Table`1.Get* - commentId: Overload:Postgrest.Table`1.Get - name: Get - nameWithType: Table.Get - fullName: Postgrest.Table.Get - nameWithType.vb: Table(Of T).Get - fullName.vb: Postgrest.Table(Of T).Get -- uid: Postgrest.Table`1.Clear* - commentId: Overload:Postgrest.Table`1.Clear - name: Clear - nameWithType: Table.Clear - fullName: Postgrest.Table.Clear - nameWithType.vb: Table(Of T).Clear - fullName.vb: Postgrest.Table(Of T).Clear diff --git a/.documentation/api/Postgrest.yml b/.documentation/api/Postgrest.yml deleted file mode 100644 index 026ed35..0000000 --- a/.documentation/api/Postgrest.yml +++ /dev/null @@ -1,147 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Postgrest - commentId: N:Postgrest - id: Postgrest - children: - - Postgrest.Client - - Postgrest.ClientAuthorization - - Postgrest.ClientAuthorization.AuthorizationType - - Postgrest.ClientOptions - - Postgrest.Constants - - Postgrest.Constants.NullPosition - - Postgrest.Constants.Operator - - Postgrest.Constants.Ordering - - Postgrest.FullTextSearchConfig - - Postgrest.InsertOptions - - Postgrest.QueryFilter - - Postgrest.QueryOrderer - - Postgrest.RequestException - - Postgrest.Table`1 - langs: - - csharp - - vb - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest - type: Namespace - assemblies: - - Postgrest -references: -- uid: Postgrest.Client - commentId: T:Postgrest.Client - parent: Postgrest - name: Client - nameWithType: Client - fullName: Postgrest.Client -- uid: Postgrest.ClientAuthorization - commentId: T:Postgrest.ClientAuthorization - parent: Postgrest - name: ClientAuthorization - nameWithType: ClientAuthorization - fullName: Postgrest.ClientAuthorization -- uid: Postgrest.ClientAuthorization.AuthorizationType - commentId: T:Postgrest.ClientAuthorization.AuthorizationType - parent: Postgrest - name: ClientAuthorization.AuthorizationType - nameWithType: ClientAuthorization.AuthorizationType - fullName: Postgrest.ClientAuthorization.AuthorizationType -- uid: Postgrest.ClientOptions - commentId: T:Postgrest.ClientOptions - parent: Postgrest - name: ClientOptions - nameWithType: ClientOptions - fullName: Postgrest.ClientOptions -- uid: Postgrest.Constants - commentId: T:Postgrest.Constants - name: Constants - nameWithType: Constants - fullName: Postgrest.Constants -- uid: Postgrest.Constants.Operator - commentId: T:Postgrest.Constants.Operator - parent: Postgrest - name: Constants.Operator - nameWithType: Constants.Operator - fullName: Postgrest.Constants.Operator -- uid: Postgrest.Constants.Ordering - commentId: T:Postgrest.Constants.Ordering - parent: Postgrest - name: Constants.Ordering - nameWithType: Constants.Ordering - fullName: Postgrest.Constants.Ordering -- uid: Postgrest.Constants.NullPosition - commentId: T:Postgrest.Constants.NullPosition - parent: Postgrest - name: Constants.NullPosition - nameWithType: Constants.NullPosition - fullName: Postgrest.Constants.NullPosition -- uid: Postgrest.RequestException - commentId: T:Postgrest.RequestException - name: RequestException - nameWithType: RequestException - fullName: Postgrest.RequestException -- uid: Postgrest.InsertOptions - commentId: T:Postgrest.InsertOptions - parent: Postgrest - name: InsertOptions - nameWithType: InsertOptions - fullName: Postgrest.InsertOptions -- uid: Postgrest.QueryFilter - commentId: T:Postgrest.QueryFilter - parent: Postgrest - name: QueryFilter - nameWithType: QueryFilter - fullName: Postgrest.QueryFilter -- uid: Postgrest.FullTextSearchConfig - commentId: T:Postgrest.FullTextSearchConfig - parent: Postgrest - name: FullTextSearchConfig - nameWithType: FullTextSearchConfig - fullName: Postgrest.FullTextSearchConfig -- uid: Postgrest.QueryOrderer - commentId: T:Postgrest.QueryOrderer - name: QueryOrderer - nameWithType: QueryOrderer - fullName: Postgrest.QueryOrderer -- uid: Postgrest.Table`1 - commentId: T:Postgrest.Table`1 - parent: Postgrest - name: Table - nameWithType: Table - fullName: Postgrest.Table - nameWithType.vb: Table(Of T) - fullName.vb: Postgrest.Table(Of T) - name.vb: Table(Of T) - spec.csharp: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Postgrest.Table`1 - name: Table - nameWithType: Table - fullName: Postgrest.Table - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Postgrest - commentId: N:Postgrest - name: Postgrest - nameWithType: Postgrest - fullName: Postgrest diff --git a/.documentation/api/index.md b/.documentation/api/index.md deleted file mode 100644 index e69de29..0000000 diff --git a/.documentation/api/toc.yml b/.documentation/api/toc.yml deleted file mode 100644 index 7a2d008..0000000 --- a/.documentation/api/toc.yml +++ /dev/null @@ -1,64 +0,0 @@ -### YamlMime:TableOfContent -- uid: Postgrest - name: Postgrest - items: - - uid: Postgrest.Client - name: Client - - uid: Postgrest.ClientAuthorization - name: ClientAuthorization - - uid: Postgrest.ClientAuthorization.AuthorizationType - name: ClientAuthorization.AuthorizationType - - uid: Postgrest.ClientOptions - name: ClientOptions - - uid: Postgrest.Constants - name: Constants - - uid: Postgrest.Constants.NullPosition - name: Constants.NullPosition - - uid: Postgrest.Constants.Operator - name: Constants.Operator - - uid: Postgrest.Constants.Ordering - name: Constants.Ordering - - uid: Postgrest.FullTextSearchConfig - name: FullTextSearchConfig - - uid: Postgrest.InsertOptions - name: InsertOptions - - uid: Postgrest.QueryFilter - name: QueryFilter - - uid: Postgrest.QueryOrderer - name: QueryOrderer - - uid: Postgrest.RequestException - name: RequestException - - uid: Postgrest.Table`1 - name: Table - name.vb: Table(Of T) -- uid: Postgrest.Attributes - name: Postgrest.Attributes - items: - - uid: Postgrest.Attributes.ColumnAttribute - name: ColumnAttribute - - uid: Postgrest.Attributes.PrimaryKeyAttribute - name: PrimaryKeyAttribute - - uid: Postgrest.Attributes.TableAttribute - name: TableAttribute -- uid: Postgrest.Extensions - name: Postgrest.Extensions - items: - - uid: Postgrest.Extensions.EnumExtensions - name: EnumExtensions - - uid: Postgrest.Extensions.RangeExtensions - name: RangeExtensions -- uid: Postgrest.Models - name: Postgrest.Models - items: - - uid: Postgrest.Models.BaseModel - name: BaseModel -- uid: Postgrest.Responses - name: Postgrest.Responses - items: - - uid: Postgrest.Responses.BaseResponse - name: BaseResponse - - uid: Postgrest.Responses.ErrorResponse - name: ErrorResponse - - uid: Postgrest.Responses.ModeledResponse`1 - name: ModeledResponse - name.vb: ModeledResponse(Of T) diff --git a/.documentation/docfx.json b/.documentation/docfx.json index bff6565..4e159eb 100644 --- a/.documentation/docfx.json +++ b/.documentation/docfx.json @@ -1,55 +1,44 @@ { - "metadata": [{ - "src": [{ - "files": "Postgrest.csproj", - "exclude": ["**/bin/**", "**/obj/**"], - "src": "../Postgrest" - }], - "dest": "api", - "disableGitFeatures": false, - "disableDefaultFilter": false - }], + "metadata": [ + { + "src": [ + { + "src": "../Postgrest", + "files": [ + "**/*.csproj" + ] + } + ], + "dest": "api" + } + ], "build": { - "content": [{ + "content": [ + { "files": [ - "api/**.yml", - "api/index.md" + "**/*.{md,yml}" + ], + "exclude": [ + "_site/**" ] - }, + } + ], + "resource": [ { "files": [ - "articles/**.md", - "articles/**/toc.yml", - "toc.yml", - "*.md" + "images/**" ] } ], - "resource": [{ - "files": [ - "images/**" - ] - }], - "overwrite": [{ - "files": [ - "apidoc/**.md" - ], - "exclude": [ - "obj/**", - "_site/**" - ] - }], - "dest": "_site", - "globalMetadataFiles": [], - "fileMetadataFiles": [], + "output": "_site", "template": [ - "default" + "default", + "modern" ], - "postProcessors": [], - "markdownEngineName": "markdig", - "noLangKeyword": false, - "keepFileLink": false, - "cleanupCacheHistory": false, - "disableGitFeatures": false + "globalMetadata": { + "_appName": "postgrest-csharp", + "_appTitle": "postgrest-csharp", + "_enableSearch": true + } } } \ No newline at end of file diff --git a/.documentation/index.md b/.documentation/index.md index 200b4bc..6dc16dc 100644 --- a/.documentation/index.md +++ b/.documentation/index.md @@ -1,3 +1,7 @@ +--- +_layout: landing +--- + # postgrest-csharp ![Build And Test](https://github.com/supabase/postgrest-csharp/workflows/Build%20And%20Test/badge.svg) diff --git a/.documentation/toc.yml b/.documentation/toc.yml index c06f5ab..74604a9 100644 --- a/.documentation/toc.yml +++ b/.documentation/toc.yml @@ -1,5 +1,2 @@ -- name: Articles - href: articles/ -- name: Api Documentation +- name: API href: api/ - homepage: api/index.md diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/build-and-test.yml similarity index 57% rename from .github/workflows/dotnet-core.yml rename to .github/workflows/build-and-test.yml index fb6e70b..bfa50e9 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/build-and-test.yml @@ -1,30 +1,30 @@ -name: Build And Test +name: Build and Test on: push: - branches: [ master ] + branches: [master] pull_request: - branches: [ master ] + branches: [master] -jobs: - buildAndTest: +jobs: + build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - - name: Setup .NET Core + - uses: actions/checkout@v3 + + - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.400' - - - name: Install dependencies + dotnet-version: 8.x + + - name: Restore dependencies run: dotnet restore - - - name: Initialize Testing Stack - run: docker-compose up -d - + - name: Build run: dotnet build --configuration Release --no-restore - + + - name: Initialize Testing Stack + run: docker-compose up -d + - name: Test run: dotnet test --no-restore diff --git a/.github/workflows/build-documentation.yaml b/.github/workflows/build-documentation.yaml index c5e4b2e..0460eba 100644 --- a/.github/workflows/build-documentation.yaml +++ b/.github/workflows/build-documentation.yaml @@ -10,19 +10,23 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: persist-credentials: false - - uses: nikeee/docfx-action@v1.0.0 - name: Build Documentation + - name: Setup .NET + uses: actions/setup-dotnet@v3 with: - args: .documentation/docfx.json + dotnet-version: 8.x + + - name: Install docfx + run: dotnet tool update -g docfx + + - name: Build documentation + run: docfx .documentation/docfx.json - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: .documentation/_site # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch + folder: .documentation/_site + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d09ce58..2978663 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,34 +1,32 @@ -name: Publish Nuget Package +name: Publish NuGet Package + on: push: branches: - release/* # Default release branch + jobs: publish: name: build, pack & publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + - name: Setup .NET + uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.x' + dotnet-version: 8.x - name: Wait for tests to succeed - uses: lewagon/wait-on-check-action@v1.0.0 + uses: lewagon/wait-on-check-action@v1.3.1 with: ref: ${{ github.ref }} - check-name: 'buildAndTest' + check-name: build-and-test repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - - name: Install dependencies - run: dotnet restore - - - name: Build Postgrest - run: dotnet build ./Postgrest/Postgrest.csproj --configuration Release --no-restore + - name: Generate package + run: dotnet pack ./Postgrest/Postgrest.csproj --configuration Release - # Publish - - name: publish on version change - run: nuget push "**/*.nupkg" -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} + - name: Publish on version change + run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}