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:
- - "\nclass 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