????
Current Path : C:/inetpub/vhost/qlcay.gdtsolutions.vn/api/bin/ |
Current File : C:/inetpub/vhost/qlcay.gdtsolutions.vn/api/bin/QLCay.xml |
<?xml version="1.0"?> <doc> <assembly> <name>QLCay</name> </assembly> <members> <member name="M:QLCay.Areas.HelpPage.ApiDescriptionExtensions.GetFriendlyId(System.Web.Http.Description.ApiDescription)"> <summary> Generates an URI-friendly ID for the <see cref="T:System.Web.Http.Description.ApiDescription"/>. E.g. "Get-Values-id_name" instead of "GetValues/{id}?name={name}" </summary> <param name="description">The <see cref="T:System.Web.Http.Description.ApiDescription"/>.</param> <returns>The ID as a string.</returns> </member> <member name="T:QLCay.Areas.HelpPage.HelpPageConfig"> <summary> Use this class to customize the Help Page. For example you can set a custom <see cref="T:System.Web.Http.Description.IDocumentationProvider"/> to supply the documentation or you can provide the samples for the requests/responses. </summary> </member> <member name="T:QLCay.Areas.HelpPage.Controllers.HelpController"> <summary> The controller that will handle requests for the help page. </summary> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetDocumentationProvider(System.Web.Http.HttpConfiguration,System.Web.Http.Description.IDocumentationProvider)"> <summary> Sets the documentation provider for help page. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="documentationProvider">The documentation provider.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetSampleObjects(System.Web.Http.HttpConfiguration,System.Collections.Generic.IDictionary{System.Type,System.Object})"> <summary> Sets the objects that will be used by the formatters to produce sample requests/responses. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sampleObjects">The sample objects.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetSampleRequest(System.Web.Http.HttpConfiguration,System.Object,System.Net.Http.Headers.MediaTypeHeaderValue,System.String,System.String)"> <summary> Sets the sample request directly for the specified media type and action. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sample">The sample request.</param> <param name="mediaType">The media type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetSampleRequest(System.Web.Http.HttpConfiguration,System.Object,System.Net.Http.Headers.MediaTypeHeaderValue,System.String,System.String,System.String[])"> <summary> Sets the sample request directly for the specified media type and action with parameters. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sample">The sample request.</param> <param name="mediaType">The media type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetSampleResponse(System.Web.Http.HttpConfiguration,System.Object,System.Net.Http.Headers.MediaTypeHeaderValue,System.String,System.String)"> <summary> Sets the sample request directly for the specified media type of the action. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sample">The sample response.</param> <param name="mediaType">The media type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetSampleResponse(System.Web.Http.HttpConfiguration,System.Object,System.Net.Http.Headers.MediaTypeHeaderValue,System.String,System.String,System.String[])"> <summary> Sets the sample response directly for the specified media type of the action with specific parameters. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sample">The sample response.</param> <param name="mediaType">The media type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetSampleForMediaType(System.Web.Http.HttpConfiguration,System.Object,System.Net.Http.Headers.MediaTypeHeaderValue)"> <summary> Sets the sample directly for all actions with the specified media type. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sample">The sample.</param> <param name="mediaType">The media type.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetSampleForType(System.Web.Http.HttpConfiguration,System.Object,System.Net.Http.Headers.MediaTypeHeaderValue,System.Type)"> <summary> Sets the sample directly for all actions with the specified type and media type. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sample">The sample.</param> <param name="mediaType">The media type.</param> <param name="type">The parameter type or return type of an action.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetActualRequestType(System.Web.Http.HttpConfiguration,System.Type,System.String,System.String)"> <summary> Specifies the actual type of <see cref="T:System.Net.Http.ObjectContent`1"/> passed to the <see cref="T:System.Net.Http.HttpRequestMessage"/> in an action. The help page will use this information to produce more accurate request samples. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="type">The type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetActualRequestType(System.Web.Http.HttpConfiguration,System.Type,System.String,System.String,System.String[])"> <summary> Specifies the actual type of <see cref="T:System.Net.Http.ObjectContent`1"/> passed to the <see cref="T:System.Net.Http.HttpRequestMessage"/> in an action. The help page will use this information to produce more accurate request samples. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="type">The type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetActualResponseType(System.Web.Http.HttpConfiguration,System.Type,System.String,System.String)"> <summary> Specifies the actual type of <see cref="T:System.Net.Http.ObjectContent`1"/> returned as part of the <see cref="T:System.Net.Http.HttpRequestMessage"/> in an action. The help page will use this information to produce more accurate response samples. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="type">The type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetActualResponseType(System.Web.Http.HttpConfiguration,System.Type,System.String,System.String,System.String[])"> <summary> Specifies the actual type of <see cref="T:System.Net.Http.ObjectContent`1"/> returned as part of the <see cref="T:System.Net.Http.HttpRequestMessage"/> in an action. The help page will use this information to produce more accurate response samples. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="type">The type.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.GetHelpPageSampleGenerator(System.Web.Http.HttpConfiguration)"> <summary> Gets the help page sample generator. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <returns>The help page sample generator.</returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.SetHelpPageSampleGenerator(System.Web.Http.HttpConfiguration,QLCay.Areas.HelpPage.HelpPageSampleGenerator)"> <summary> Sets the help page sample generator. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="sampleGenerator">The help page sample generator.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.GetModelDescriptionGenerator(System.Web.Http.HttpConfiguration)"> <summary> Gets the model description generator. </summary> <param name="config">The configuration.</param> <returns>The <see cref="T:QLCay.Areas.HelpPage.ModelDescriptions.ModelDescriptionGenerator"/></returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageConfigurationExtensions.GetHelpPageApiModel(System.Web.Http.HttpConfiguration,System.String)"> <summary> Gets the model that represents an API displayed on the help page. The model is initialized on the first call and cached for subsequent calls. </summary> <param name="config">The <see cref="T:System.Web.Http.HttpConfiguration"/>.</param> <param name="apiDescriptionId">The <see cref="T:System.Web.Http.Description.ApiDescription"/> ID.</param> <returns> An <see cref="T:QLCay.Areas.HelpPage.Models.HelpPageApiModel"/> </returns> </member> <member name="T:QLCay.Areas.HelpPage.ModelDescriptions.ModelDescription"> <summary> Describes a type model. </summary> </member> <member name="T:QLCay.Areas.HelpPage.ModelDescriptions.ModelDescriptionGenerator"> <summary> Generates model descriptions for given types. </summary> </member> <member name="T:QLCay.Areas.HelpPage.ModelDescriptions.ModelNameAttribute"> <summary> Use this attribute to change the name of the <see cref="T:QLCay.Areas.HelpPage.ModelDescriptions.ModelDescription"/> generated for a type. </summary> </member> <member name="T:QLCay.Areas.HelpPage.Models.HelpPageApiModel"> <summary> The model that represents an API displayed on the help page. </summary> </member> <member name="M:QLCay.Areas.HelpPage.Models.HelpPageApiModel.#ctor"> <summary> Initializes a new instance of the <see cref="T:QLCay.Areas.HelpPage.Models.HelpPageApiModel"/> class. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.ApiDescription"> <summary> Gets or sets the <see cref="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.ApiDescription"/> that describes the API. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.UriParameters"> <summary> Gets or sets the <see cref="T:QLCay.Areas.HelpPage.ModelDescriptions.ParameterDescription"/> collection that describes the URI parameters for the API. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.RequestDocumentation"> <summary> Gets or sets the documentation for the request. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.RequestModelDescription"> <summary> Gets or sets the <see cref="T:QLCay.Areas.HelpPage.ModelDescriptions.ModelDescription"/> that describes the request body. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.RequestBodyParameters"> <summary> Gets the request body parameter descriptions. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.ResourceDescription"> <summary> Gets or sets the <see cref="T:QLCay.Areas.HelpPage.ModelDescriptions.ModelDescription"/> that describes the resource. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.ResourceProperties"> <summary> Gets the resource property descriptions. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.SampleRequests"> <summary> Gets the sample requests associated with the API. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.SampleResponses"> <summary> Gets the sample responses associated with the API. </summary> </member> <member name="P:QLCay.Areas.HelpPage.Models.HelpPageApiModel.ErrorMessages"> <summary> Gets the error messages associated with this model. </summary> </member> <member name="T:QLCay.Areas.HelpPage.HelpPageSampleGenerator"> <summary> This class will generate the samples for the help page. </summary> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.#ctor"> <summary> Initializes a new instance of the <see cref="T:QLCay.Areas.HelpPage.HelpPageSampleGenerator"/> class. </summary> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleGenerator.ActualHttpMessageTypes"> <summary> Gets CLR types that are used as the content of <see cref="T:System.Net.Http.HttpRequestMessage"/> or <see cref="T:System.Net.Http.HttpResponseMessage"/>. </summary> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleGenerator.ActionSamples"> <summary> Gets the objects that are used directly as samples for certain actions. </summary> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleGenerator.SampleObjects"> <summary> Gets the objects that are serialized as samples by the supported formatters. </summary> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleGenerator.SampleObjectFactories"> <summary> Gets factories for the objects that the supported formatters will serialize as samples. Processed in order, stopping when the factory successfully returns a non-<see langref="null"/> object. </summary> <remarks> Collection includes just <see cref="M:QLCay.Areas.HelpPage.ObjectGenerator.GenerateObject(System.Type)"/> initially. Use <code>SampleObjectFactories.Insert(0, func)</code> to provide an override and <code>SampleObjectFactories.Add(func)</code> to provide a fallback.</remarks> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.GetSampleRequests(System.Web.Http.Description.ApiDescription)"> <summary> Gets the request body samples for a given <see cref="T:System.Web.Http.Description.ApiDescription"/>. </summary> <param name="api">The <see cref="T:System.Web.Http.Description.ApiDescription"/>.</param> <returns>The samples keyed by media type.</returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.GetSampleResponses(System.Web.Http.Description.ApiDescription)"> <summary> Gets the response body samples for a given <see cref="T:System.Web.Http.Description.ApiDescription"/>. </summary> <param name="api">The <see cref="T:System.Web.Http.Description.ApiDescription"/>.</param> <returns>The samples keyed by media type.</returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.GetSample(System.Web.Http.Description.ApiDescription,QLCay.Areas.HelpPage.SampleDirection)"> <summary> Gets the request or response body samples. </summary> <param name="api">The <see cref="T:System.Web.Http.Description.ApiDescription"/>.</param> <param name="sampleDirection">The value indicating whether the sample is for a request or for a response.</param> <returns>The samples keyed by media type.</returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.GetActionSample(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Type,System.Net.Http.Formatting.MediaTypeFormatter,System.Net.Http.Headers.MediaTypeHeaderValue,QLCay.Areas.HelpPage.SampleDirection)"> <summary> Search for samples that are provided directly through <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleGenerator.ActionSamples"/>. </summary> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> <param name="type">The CLR type.</param> <param name="formatter">The formatter.</param> <param name="mediaType">The media type.</param> <param name="sampleDirection">The value indicating whether the sample is for a request or for a response.</param> <returns>The sample that matches the parameters.</returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.GetSampleObject(System.Type)"> <summary> Gets the sample object that will be serialized by the formatters. First, it will look at the <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleGenerator.SampleObjects"/>. If no sample object is found, it will try to create one using <see cref="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.DefaultSampleObjectFactory(QLCay.Areas.HelpPage.HelpPageSampleGenerator,System.Type)"/> (which wraps an <see cref="T:QLCay.Areas.HelpPage.ObjectGenerator"/>) and other factories in <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleGenerator.SampleObjectFactories"/>. </summary> <param name="type">The type.</param> <returns>The sample object.</returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.ResolveHttpRequestMessageType(System.Web.Http.Description.ApiDescription)"> <summary> Resolves the actual type of <see cref="T:System.Net.Http.ObjectContent`1"/> passed to the <see cref="T:System.Net.Http.HttpRequestMessage"/> in an action. </summary> <param name="api">The <see cref="T:System.Web.Http.Description.ApiDescription"/>.</param> <returns>The type.</returns> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.ResolveType(System.Web.Http.Description.ApiDescription,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},QLCay.Areas.HelpPage.SampleDirection,System.Collections.ObjectModel.Collection{System.Net.Http.Formatting.MediaTypeFormatter}@)"> <summary> Resolves the type of the action parameter or return value when <see cref="T:System.Net.Http.HttpRequestMessage"/> or <see cref="T:System.Net.Http.HttpResponseMessage"/> is used. </summary> <param name="api">The <see cref="T:System.Web.Http.Description.ApiDescription"/>.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> <param name="sampleDirection">The value indicating whether the sample is for a request or a response.</param> <param name="formatters">The formatters.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleGenerator.WriteSampleObjectUsingFormatter(System.Net.Http.Formatting.MediaTypeFormatter,System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue)"> <summary> Writes the sample object using formatter. </summary> <param name="formatter">The formatter.</param> <param name="value">The value.</param> <param name="type">The type.</param> <param name="mediaType">Type of the media.</param> <returns></returns> </member> <member name="T:QLCay.Areas.HelpPage.HelpPageSampleKey"> <summary> This is used to identify the place where the sample should be applied. </summary> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleKey.#ctor(System.Net.Http.Headers.MediaTypeHeaderValue)"> <summary> Creates a new <see cref="T:QLCay.Areas.HelpPage.HelpPageSampleKey"/> based on media type. </summary> <param name="mediaType">The media type.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleKey.#ctor(System.Net.Http.Headers.MediaTypeHeaderValue,System.Type)"> <summary> Creates a new <see cref="T:QLCay.Areas.HelpPage.HelpPageSampleKey"/> based on media type and CLR type. </summary> <param name="mediaType">The media type.</param> <param name="type">The CLR type.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleKey.#ctor(QLCay.Areas.HelpPage.SampleDirection,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"> <summary> Creates a new <see cref="T:QLCay.Areas.HelpPage.HelpPageSampleKey"/> based on <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleKey.SampleDirection"/>, controller name, action name and parameter names. </summary> <param name="sampleDirection">The <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleKey.SampleDirection"/>.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> </member> <member name="M:QLCay.Areas.HelpPage.HelpPageSampleKey.#ctor(System.Net.Http.Headers.MediaTypeHeaderValue,QLCay.Areas.HelpPage.SampleDirection,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"> <summary> Creates a new <see cref="T:QLCay.Areas.HelpPage.HelpPageSampleKey"/> based on media type, <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleKey.SampleDirection"/>, controller name, action name and parameter names. </summary> <param name="mediaType">The media type.</param> <param name="sampleDirection">The <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleKey.SampleDirection"/>.</param> <param name="controllerName">Name of the controller.</param> <param name="actionName">Name of the action.</param> <param name="parameterNames">The parameter names.</param> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleKey.ControllerName"> <summary> Gets the name of the controller. </summary> <value> The name of the controller. </value> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleKey.ActionName"> <summary> Gets the name of the action. </summary> <value> The name of the action. </value> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleKey.MediaType"> <summary> Gets the media type. </summary> <value> The media type. </value> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleKey.ParameterNames"> <summary> Gets the parameter names. </summary> </member> <member name="P:QLCay.Areas.HelpPage.HelpPageSampleKey.SampleDirection"> <summary> Gets the <see cref="P:QLCay.Areas.HelpPage.HelpPageSampleKey.SampleDirection"/>. </summary> </member> <member name="T:QLCay.Areas.HelpPage.ImageSample"> <summary> This represents an image sample on the help page. There's a display template named ImageSample associated with this class. </summary> </member> <member name="M:QLCay.Areas.HelpPage.ImageSample.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:QLCay.Areas.HelpPage.ImageSample"/> class. </summary> <param name="src">The URL of an image.</param> </member> <member name="T:QLCay.Areas.HelpPage.InvalidSample"> <summary> This represents an invalid sample on the help page. There's a display template named InvalidSample associated with this class. </summary> </member> <member name="T:QLCay.Areas.HelpPage.ObjectGenerator"> <summary> This class will create an object of a given type and populate it with sample data. </summary> </member> <member name="M:QLCay.Areas.HelpPage.ObjectGenerator.GenerateObject(System.Type)"> <summary> Generates an object for a given type. The type needs to be public, have a public default constructor and settable public properties/fields. Currently it supports the following types: Simple types: <see cref="T:System.Int32"/>, <see cref="T:System.String"/>, <see cref="T:System.Enum"/>, <see cref="T:System.DateTime"/>, <see cref="T:System.Uri"/>, etc. Complex types: POCO types. Nullables: <see cref="T:System.Nullable`1"/>. Arrays: arrays of simple types or complex types. Key value pairs: <see cref="T:System.Collections.Generic.KeyValuePair`2"/> Tuples: <see cref="T:System.Tuple`1"/>, <see cref="T:System.Tuple`2"/>, etc Dictionaries: <see cref="T:System.Collections.Generic.IDictionary`2"/> or anything deriving from <see cref="T:System.Collections.Generic.IDictionary`2"/>. Collections: <see cref="T:System.Collections.Generic.IList`1"/>, <see cref="T:System.Collections.Generic.IEnumerable`1"/>, <see cref="T:System.Collections.Generic.ICollection`1"/>, <see cref="T:System.Collections.IList"/>, <see cref="T:System.Collections.IEnumerable"/>, <see cref="T:System.Collections.ICollection"/> or anything deriving from <see cref="T:System.Collections.Generic.ICollection`1"/> or <see cref="T:System.Collections.IList"/>. Queryables: <see cref="T:System.Linq.IQueryable"/>, <see cref="T:System.Linq.IQueryable`1"/>. </summary> <param name="type">The type.</param> <returns>An object of the given type.</returns> </member> <member name="T:QLCay.Areas.HelpPage.SampleDirection"> <summary> Indicates whether the sample is used for request or response </summary> </member> <member name="T:QLCay.Areas.HelpPage.TextSample"> <summary> This represents a preformatted text sample on the help page. There's a display template named TextSample associated with this class. </summary> </member> <member name="T:QLCay.Areas.HelpPage.XmlDocumentationProvider"> <summary> A custom <see cref="T:System.Web.Http.Description.IDocumentationProvider"/> that reads the API documentation from an XML documentation file. </summary> </member> <member name="M:QLCay.Areas.HelpPage.XmlDocumentationProvider.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:QLCay.Areas.HelpPage.XmlDocumentationProvider"/> class. </summary> <param name="documentPath">The physical path to XML document.</param> </member> <member name="F:QLCay.Common.QuanLyBanHangConstants.BanHangConst.BH_TRANGTHAI_MOI"> <summary> Thẻ kho _ loại và hình thức. </summary> </member> <member name="F:QLCay.Common.QuanLyBanHangConstants.BanHangConst.K_LOAI_NCC"> <summary> Kho_ loại </summary> </member> <member name="F:QLCay.Common.QuanLyBanHangConstants.BanHangConst.CK_TRANGTHAI_YEUCAUMOI"> <summary> Chuyển kho _ trạng thái </summary> </member> <member name="F:QLCay.Common.QuanLyBanHangConstants.BanHangConst.KK_TRANGTHAI_HOANTHANH"> <summary> Kiểm kho _ trạng thái. </summary> </member> <member name="F:QLCay.Common.QuanLyBanHangConstants.BanHangConst.MCT_XUATHANG"> <summary> Mã chúng từ </summary> </member> <member name="F:QLCay.Common.RegisterConst.DoanhNghiep"> <summary> register Enterprise </summary> </member> <member name="M:QLCay.Controllers.QuanLyTaiKhoanController.DangKy(QLCay.Models.RegisterModel)"> <summary> </summary> <returns></returns> </member> <member name="M:QLCay.Ultility.BaseControllers.BaseContext.SaveChangesWithInt"> <summary> Savechanges với kiểu dữ liệu primarykey là Int </summary> <returns></returns> </member> <member name="M:QLCay.Ultility.BaseControllers.BaseContext.SaveChangesWithGuid"> <summary> Savechanges với kiểu dữ liệu primarykey là Guid </summary> <returns></returns> </member> <member name="F:QLCay.Ultility.BaseModify.DictionaryStore._cache"> <summary> In-memory cache dictionary </summary> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.#cctor"> <summary> Cache initializer </summary> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Exists``1(System.String)"> <summary> Check if an object exists in cache </summary> <typeparam name="T">Type of object</typeparam> <param name="key">Name of key in cache</param> <returns>True, if yes; False, otherwise</returns> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Exists``1"> <summary> Check if an object exists in cache </summary> <typeparam name="T">Type of object</typeparam> <returns>True, if yes; False, otherwise</returns> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Get``1"> <summary> Get an object from cache </summary> <typeparam name="T">Type of object</typeparam> <returns>Object from cache</returns> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Get``1(System.String)"> <summary> Get an object from cache </summary> <typeparam name="T">Type of object</typeparam> <param name="key">Name of key in cache</param> <returns>Object from cache</returns> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Create``1(System.String,System.Object[])"> <summary> Create default instance of the object and add it in cache </summary> <typeparam name="T">Class whose object is to be created</typeparam> <returns>Object of the class</returns> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Create``1(System.Object[])"> <summary> Create default instance of the object and add it in cache </summary> <typeparam name="T">Class whose object is to be created</typeparam> <returns>Object of the class</returns> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Remove``1"> <summary> Remove an object type from cache </summary> <typeparam name="T">Type of object</typeparam> </member> <member name="M:QLCay.Ultility.BaseModify.DictionaryStore.Remove``1(System.String)"> <summary> Remove an object stored with a key from cache </summary> <typeparam name="T">Type of object</typeparam> <param name="key">Key of the object</param> </member> <member name="T:Dapper.DynamicParameters"> <summary> A bag of parameters that can be passed to the Dapper Query and Execute methods </summary> </member> <member name="M:Dapper.DynamicParameters.#ctor"> <summary> construct a dynamic parameter bag </summary> </member> <member name="M:Dapper.DynamicParameters.#ctor(System.Object)"> <summary> construct a dynamic parameter bag </summary> <param name="template">can be an anonymous type or a DynamicParameters bag</param> </member> <member name="M:Dapper.DynamicParameters.AddDynamicParams(System.Object)"> <summary> Append a whole object full of params to the dynamic EG: AddDynamicParams(new {A = 1, B = 2}) // will add property A and B to the dynamic </summary> <param name="param"></param> </member> <member name="M:Dapper.DynamicParameters.Add(System.String,System.Object,System.Nullable{System.Data.DbType},System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Int32})"> <summary> Add a parameter to this dynamic parameter list </summary> </member> <member name="M:Dapper.DynamicParameters.Add(System.String,System.Object,System.Nullable{System.Data.DbType},System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Int32},System.Nullable{System.Byte},System.Nullable{System.Byte})"> <summary> Add a parameter to this dynamic parameter list </summary> </member> <member name="P:Dapper.DynamicParameters.RemoveUnused"> <summary> If true, the command-text is inspected and only values that are clearly used are included on the connection </summary> </member> <member name="M:Dapper.DynamicParameters.AddParameters(System.Data.IDbCommand,Dapper.SqlMapper.Identity)"> <summary> Add all the parameters needed to the command just before it executes </summary> <param name="command">The raw command prior to execution</param> <param name="identity">Information about the query</param> </member> <member name="P:Dapper.DynamicParameters.ParameterNames"> <summary> All the names of the param in the bag, use Get to yank them out </summary> </member> <member name="M:Dapper.DynamicParameters.Get``1(System.String)"> <summary> Get the value of a parameter </summary> <typeparam name="T"></typeparam> <param name="name"></param> <returns>The value, note DBNull.Value is not returned, instead the value is returned as null</returns> </member> <member name="M:Dapper.DynamicParameters.Output``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.Nullable{System.Data.DbType},System.Nullable{System.Int32})"> <summary> Allows you to automatically populate a target property/field from output parameters. It actually creates an InputOutput parameter, so you can still pass data in. </summary> <typeparam name="T"></typeparam> <param name="target">The object whose property/field you wish to populate.</param> <param name="expression">A MemberExpression targeting a property/field of the target (or descendant thereof.)</param> <param name="dbType"></param> <param name="size">The size to set on the parameter. Defaults to 0, or DbString.DefaultLength in case of strings.</param> <returns>The DynamicParameters instance</returns> </member> <member name="T:Dapper.CommandFlags"> <summary> Additional state flags that control command behaviour </summary> </member> <member name="F:Dapper.CommandFlags.None"> <summary> No additional flags </summary> </member> <member name="F:Dapper.CommandFlags.Buffered"> <summary> Should data be buffered before returning? </summary> </member> <member name="F:Dapper.CommandFlags.Pipelined"> <summary> Can async queries be pipelined? </summary> </member> <member name="F:Dapper.CommandFlags.NoCache"> <summary> Should the plan cache be bypassed? </summary> </member> <member name="T:Dapper.CommandDefinition"> <summary> Represents the key aspects of a sql operation </summary> </member> <member name="P:Dapper.CommandDefinition.CommandText"> <summary> The command (sql or a stored-procedure name) to execute </summary> </member> <member name="P:Dapper.CommandDefinition.Parameters"> <summary> The parameters associated with the command </summary> </member> <member name="P:Dapper.CommandDefinition.Transaction"> <summary> The active transaction for the command </summary> </member> <member name="P:Dapper.CommandDefinition.CommandTimeout"> <summary> The effective timeout for the command </summary> </member> <member name="P:Dapper.CommandDefinition.CommandType"> <summary> The type of command that the command-text represents </summary> </member> <member name="P:Dapper.CommandDefinition.Buffered"> <summary> Should data be buffered before returning? </summary> </member> <member name="P:Dapper.CommandDefinition.AddToCache"> <summary> Should the plan for this query be cached? </summary> </member> <member name="P:Dapper.CommandDefinition.Flags"> <summary> Additional state flags against this command </summary> </member> <member name="P:Dapper.CommandDefinition.Pipelined"> <summary> Can async queries be pipelined? </summary> </member> <member name="M:Dapper.CommandDefinition.#ctor(System.String,System.Object,System.Data.IDbTransaction,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType},Dapper.CommandFlags)"> <summary> Initialize the command definition </summary> </member> <member name="T:Dapper.SqlMapper"> <summary> Dapper, a light weight object mapper for ADO.NET </summary> </member> <member name="T:Dapper.SqlMapper.IDynamicParameters"> <summary> Implement this interface to pass an arbitrary db specific set of parameters to Dapper </summary> </member> <member name="M:Dapper.SqlMapper.IDynamicParameters.AddParameters(System.Data.IDbCommand,Dapper.SqlMapper.Identity)"> <summary> Add all the parameters needed to the command just before it executes </summary> <param name="command">The raw command prior to execution</param> <param name="identity">Information about the query</param> </member> <member name="T:Dapper.SqlMapper.IParameterLookup"> <summary> Extends IDynamicParameters providing by-name lookup of parameter values </summary> </member> <member name="P:Dapper.SqlMapper.IParameterLookup.Item(System.String)"> <summary> Get the value of the specified parameter (return null if not found) </summary> </member> <member name="T:Dapper.SqlMapper.IParameterCallbacks"> <summary> Extends IDynamicParameters with facilities for executing callbacks after commands have completed </summary> </member> <member name="M:Dapper.SqlMapper.IParameterCallbacks.OnCompleted"> <summary> Invoked when the command has executed </summary> </member> <member name="T:Dapper.SqlMapper.ICustomQueryParameter"> <summary> Implement this interface to pass an arbitrary db specific parameter to Dapper </summary> </member> <member name="M:Dapper.SqlMapper.ICustomQueryParameter.AddParameter(System.Data.IDbCommand,System.String)"> <summary> Add the parameter needed to the command before it executes </summary> <param name="command">The raw command prior to execution</param> <param name="name">Parameter name</param> </member> <member name="T:Dapper.SqlMapper.ITypeHandler"> <summary> Implement this interface to perform custom type-based parameter handling and value parsing </summary> </member> <member name="M:Dapper.SqlMapper.ITypeHandler.SetValue(System.Data.IDbDataParameter,System.Object)"> <summary> Assign the value of a parameter before a command executes </summary> <param name="parameter">The parameter to configure</param> <param name="value">Parameter value</param> </member> <member name="M:Dapper.SqlMapper.ITypeHandler.Parse(System.Type,System.Object)"> <summary> Parse a database value back to a typed value </summary> <param name="value">The value from the database</param> <param name="destinationType">The type to parse to</param> <returns>The typed value</returns> </member> <member name="T:Dapper.SqlMapper.UdtTypeHandler"> <summary> A type handler for data-types that are supported by the underlying provider, but which need a well-known UdtTypeName to be specified </summary> </member> <member name="M:Dapper.SqlMapper.UdtTypeHandler.#ctor(System.String)"> <summary> Creates a new instance of UdtTypeHandler with the specified UdtTypeName </summary> </member> <member name="T:Dapper.SqlMapper.TypeHandler`1"> <summary> Base-class for simple type-handlers </summary> </member> <member name="M:Dapper.SqlMapper.TypeHandler`1.SetValue(System.Data.IDbDataParameter,`0)"> <summary> Assign the value of a parameter before a command executes </summary> <param name="parameter">The parameter to configure</param> <param name="value">Parameter value</param> </member> <member name="M:Dapper.SqlMapper.TypeHandler`1.Parse(System.Object)"> <summary> Parse a database value back to a typed value </summary> <param name="value">The value from the database</param> <returns>The typed value</returns> </member> <member name="T:Dapper.SqlMapper.ITypeMap"> <summary> Implement this interface to change default mapping of reader columns to type members </summary> </member> <member name="M:Dapper.SqlMapper.ITypeMap.FindConstructor(System.String[],System.Type[])"> <summary> Finds best constructor </summary> <param name="names">DataReader column names</param> <param name="types">DataReader column types</param> <returns>Matching constructor or default one</returns> </member> <member name="M:Dapper.SqlMapper.ITypeMap.FindExplicitConstructor"> <summary> Returns a constructor which should *always* be used. Parameters will be default values, nulls for reference types and zero'd for value types. Use this class to force object creation away from parameterless constructors you don't control. </summary> </member> <member name="M:Dapper.SqlMapper.ITypeMap.GetConstructorParameter(System.Reflection.ConstructorInfo,System.String)"> <summary> Gets mapping for constructor parameter </summary> <param name="constructor">Constructor to resolve</param> <param name="columnName">DataReader column name</param> <returns>Mapping implementation</returns> </member> <member name="M:Dapper.SqlMapper.ITypeMap.GetMember(System.String)"> <summary> Gets member mapping for column </summary> <param name="columnName">DataReader column name</param> <returns>Mapping implementation</returns> </member> <member name="T:Dapper.SqlMapper.IMemberMap"> <summary> Implements this interface to provide custom member mapping </summary> </member> <member name="P:Dapper.SqlMapper.IMemberMap.ColumnName"> <summary> Source DataReader column name </summary> </member> <member name="P:Dapper.SqlMapper.IMemberMap.MemberType"> <summary> Target member type </summary> </member> <member name="P:Dapper.SqlMapper.IMemberMap.Property"> <summary> Target property </summary> </member> <member name="P:Dapper.SqlMapper.IMemberMap.Field"> <summary> Target field </summary> </member> <member name="P:Dapper.SqlMapper.IMemberMap.Parameter"> <summary> Target constructor parameter </summary> </member> <member name="T:Dapper.SqlMapper.Link`2"> <summary> This is a micro-cache; suitable when the number of terms is controllable (a few hundred, for Erpple), and strictly append-only; you cannot change existing values. All key matches are on **REFERENCE** equality. The type is fully thread-safe. </summary> </member> <member name="E:Dapper.SqlMapper.QueryCachePurged"> <summary> Called if the query cache is purged via PurgeQueryCache </summary> </member> <member name="M:Dapper.SqlMapper.PurgeQueryCache"> <summary> Purge the query cache </summary> </member> <member name="M:Dapper.SqlMapper.GetCachedSQLCount"> <summary> Return a count of all the cached queries by dapper </summary> <returns></returns> </member> <member name="M:Dapper.SqlMapper.GetCachedSQL(System.Int32)"> <summary> Return a list of all the queries cached by dapper </summary> <param name="ignoreHitCountAbove"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.GetHashCollissions"> <summary> Deep diagnostics only: find any hash collisions in the cache </summary> <returns></returns> </member> <member name="M:Dapper.SqlMapper.ResetTypeHandlers"> <summary> Clear the registered type handlers </summary> </member> <member name="M:Dapper.SqlMapper.AddTypeMap(System.Type,System.Data.DbType)"> <summary> Configure the specified type to be mapped to a given db-type </summary> </member> <member name="M:Dapper.SqlMapper.AddTypeHandler(System.Type,Dapper.SqlMapper.ITypeHandler)"> <summary> Configure the specified type to be processed by a custom handler </summary> </member> <member name="M:Dapper.SqlMapper.AddTypeHandlerImpl(System.Type,Dapper.SqlMapper.ITypeHandler,System.Boolean)"> <summary> Configure the specified type to be processed by a custom handler </summary> </member> <member name="M:Dapper.SqlMapper.AddTypeHandler``1(Dapper.SqlMapper.TypeHandler{``0})"> <summary> Configure the specified type to be processed by a custom handler </summary> </member> <member name="T:Dapper.SqlMapper.TypeHandlerCache`1"> <summary> Not intended for direct usage </summary> </member> <member name="M:Dapper.SqlMapper.TypeHandlerCache`1.Parse(System.Object)"> <summary> Not intended for direct usage </summary> </member> <member name="M:Dapper.SqlMapper.TypeHandlerCache`1.SetValue(System.Data.IDbDataParameter,System.Object)"> <summary> Not intended for direct usage </summary> </member> <member name="M:Dapper.SqlMapper.GetDbType(System.Object)"> <summary> Get the DbType that maps to a given value </summary> </member> <member name="T:Dapper.SqlMapper.Identity"> <summary> Identity of a cached query in Dapper, used for extensibility </summary> </member> <member name="M:Dapper.SqlMapper.Identity.ForDynamicParameters(System.Type)"> <summary> Create an identity for use with DynamicParameters, internal use only </summary> <param name="type"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Identity.Equals(System.Object)"> <summary> </summary> <param name="obj"></param> <returns></returns> </member> <member name="F:Dapper.SqlMapper.Identity.sql"> <summary> The sql </summary> </member> <member name="F:Dapper.SqlMapper.Identity.commandType"> <summary> The command type </summary> </member> <member name="F:Dapper.SqlMapper.Identity.hashCode"> <summary> </summary> </member> <member name="F:Dapper.SqlMapper.Identity.gridIndex"> <summary> </summary> </member> <member name="F:Dapper.SqlMapper.Identity.type"> <summary> </summary> </member> <member name="F:Dapper.SqlMapper.Identity.connectionString"> <summary> </summary> </member> <member name="F:Dapper.SqlMapper.Identity.parametersType"> <summary> </summary> </member> <member name="M:Dapper.SqlMapper.Identity.GetHashCode"> <summary> </summary> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Identity.Equals(Dapper.SqlMapper.Identity)"> <summary> Compare 2 Identity objects </summary> <param name="other"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.AsList``1(System.Collections.Generic.IEnumerable{``0})"> <summary> Obtains the data as a list; if it is *already* a list, the original object is returned without any duplication; otherwise, ToList() is invoked. </summary> </member> <member name="M:Dapper.SqlMapper.Execute(System.Data.IDbConnection,System.String,System.Object,System.Data.IDbTransaction,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Execute parameterized SQL </summary> <returns>Number of rows affected</returns> </member> <member name="M:Dapper.SqlMapper.Execute(System.Data.IDbConnection,Dapper.CommandDefinition)"> <summary> Execute parameterized SQL </summary> <returns>Number of rows affected</returns> </member> <member name="M:Dapper.SqlMapper.ExecuteScalar(System.Data.IDbConnection,System.String,System.Object,System.Data.IDbTransaction,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Execute parameterized SQL that selects a single value </summary> <returns>The first cell selected</returns> </member> <member name="M:Dapper.SqlMapper.ExecuteScalar``1(System.Data.IDbConnection,System.String,System.Object,System.Data.IDbTransaction,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Execute parameterized SQL that selects a single value </summary> <returns>The first cell selected</returns> </member> <member name="M:Dapper.SqlMapper.ExecuteScalar(System.Data.IDbConnection,Dapper.CommandDefinition)"> <summary> Execute parameterized SQL that selects a single value </summary> <returns>The first cell selected</returns> </member> <member name="M:Dapper.SqlMapper.ExecuteScalar``1(System.Data.IDbConnection,Dapper.CommandDefinition)"> <summary> Execute parameterized SQL that selects a single value </summary> <returns>The first cell selected</returns> </member> <member name="M:Dapper.SqlMapper.ExecuteReader(System.Data.IDbConnection,System.String,System.Object,System.Data.IDbTransaction,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Execute parameterized SQL and return an <see cref="T:System.Data.IDataReader"/> </summary> <returns>An <see cref="T:System.Data.IDataReader"/> that can be used to iterate over the results of the SQL query.</returns> <remarks> This is typically used when the results of a query are not processed by Dapper, for Erpple, used to fill a <see cref="T:System.Data.DataTable"/> or <see cref="T:System.Data.DataSet"/>. </remarks> <Erpple> <code> <![CDATA[ DataTable table = new DataTable("MyTable"); using (var reader = ExecuteReader(cnn, sql, param)) { table.Load(reader); } ]]> </code> </Erpple> </member> <member name="M:Dapper.SqlMapper.ExecuteReader(System.Data.IDbConnection,Dapper.CommandDefinition)"> <summary> Execute parameterized SQL and return an <see cref="T:System.Data.IDataReader"/> </summary> <returns>An <see cref="T:System.Data.IDataReader"/> that can be used to iterate over the results of the SQL query.</returns> <remarks> This is typically used when the results of a query are not processed by Dapper, for Erpple, used to fill a <see cref="T:System.Data.DataTable"/> or <see cref="T:System.Data.DataSet"/>. </remarks> </member> <member name="M:Dapper.SqlMapper.ExecuteReader(System.Data.IDbConnection,Dapper.CommandDefinition,System.Data.CommandBehavior)"> <summary> Execute parameterized SQL and return an <see cref="T:System.Data.IDataReader"/> </summary> <returns>An <see cref="T:System.Data.IDataReader"/> that can be used to iterate over the results of the SQL query.</returns> <remarks> This is typically used when the results of a query are not processed by Dapper, for Erpple, used to fill a <see cref="T:System.Data.DataTable"/> or <see cref="T:System.Data.DataSet"/>. </remarks> </member> <member name="M:Dapper.SqlMapper.Query(System.Data.IDbConnection,System.String,System.Object,System.Data.IDbTransaction,System.Boolean,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Return a list of dynamic objects, reader is closed after the call </summary> <remarks>Note: each row can be accessed via "dynamic", or by casting to an IDictionary<string,object></remarks> </member> <member name="M:Dapper.SqlMapper.Query``1(System.Data.IDbConnection,System.String,System.Object,System.Data.IDbTransaction,System.Boolean,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Executes a query, returning the data typed as per T </summary> <remarks>the dynamic param may seem a bit odd, but this works around a major usability issue in vs, if it is Object vs completion gets annoying. Eg type new [space] get new object</remarks> <returns>A sequence of data of the supplied type; if a basic type (int, string, etc) is queried then the data from the first column in assumed, otherwise an instance is created per row, and a direct column-name===member-name mapping is assumed (case insensitive). </returns> </member> <member name="M:Dapper.SqlMapper.Query(System.Data.IDbConnection,System.Type,System.String,System.Object,System.Data.IDbTransaction,System.Boolean,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Executes a query, returning the data typed as per the Type suggested </summary> <returns>A sequence of data of the supplied type; if a basic type (int, string, etc) is queried then the data from the first column in assumed, otherwise an instance is created per row, and a direct column-name===member-name mapping is assumed (case insensitive). </returns> </member> <member name="M:Dapper.SqlMapper.Query``1(System.Data.IDbConnection,Dapper.CommandDefinition)"> <summary> Executes a query, returning the data typed as per T </summary> <remarks>the dynamic param may seem a bit odd, but this works around a major usability issue in vs, if it is Object vs completion gets annoying. Eg type new [space] get new object</remarks> <returns>A sequence of data of the supplied type; if a basic type (int, string, etc) is queried then the data from the first column in assumed, otherwise an instance is created per row, and a direct column-name===member-name mapping is assumed (case insensitive). </returns> </member> <member name="M:Dapper.SqlMapper.QueryMultiple(System.Data.IDbConnection,System.String,System.Object,System.Data.IDbTransaction,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Execute a command that returns multiple result sets, and access each in turn </summary> </member> <member name="M:Dapper.SqlMapper.QueryMultiple(System.Data.IDbConnection,Dapper.CommandDefinition)"> <summary> Execute a command that returns multiple result sets, and access each in turn </summary> </member> <member name="M:Dapper.SqlMapper.Query``3(System.Data.IDbConnection,System.String,System.Func{``0,``1,``2},System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Maps a query to objects </summary> <typeparam name="TFirst">The first type in the record set</typeparam> <typeparam name="TSecond">The second type in the record set</typeparam> <typeparam name="TReturn">The return type</typeparam> <param name="cnn"></param> <param name="sql"></param> <param name="map"></param> <param name="param"></param> <param name="transaction"></param> <param name="buffered"></param> <param name="splitOn">The Field we should split and read the second object from (default: id)</param> <param name="commandTimeout">Number of seconds before command execution timeout</param> <param name="commandType">Is it a stored proc or a batch?</param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Query``4(System.Data.IDbConnection,System.String,System.Func{``0,``1,``2,``3},System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Maps a query to objects </summary> <typeparam name="TFirst"></typeparam> <typeparam name="TSecond"></typeparam> <typeparam name="TThird"></typeparam> <typeparam name="TReturn"></typeparam> <param name="cnn"></param> <param name="sql"></param> <param name="map"></param> <param name="param"></param> <param name="transaction"></param> <param name="buffered"></param> <param name="splitOn">The Field we should split and read the second object from (default: id)</param> <param name="commandTimeout">Number of seconds before command execution timeout</param> <param name="commandType"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Query``5(System.Data.IDbConnection,System.String,System.Func{``0,``1,``2,``3,``4},System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Perform a multi mapping query with 4 input parameters </summary> <typeparam name="TFirst"></typeparam> <typeparam name="TSecond"></typeparam> <typeparam name="TThird"></typeparam> <typeparam name="TFourth"></typeparam> <typeparam name="TReturn"></typeparam> <param name="cnn"></param> <param name="sql"></param> <param name="map"></param> <param name="param"></param> <param name="transaction"></param> <param name="buffered"></param> <param name="splitOn"></param> <param name="commandTimeout"></param> <param name="commandType"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Query``6(System.Data.IDbConnection,System.String,System.Func{``0,``1,``2,``3,``4,``5},System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Perform a multi mapping query with 5 input parameters </summary> <typeparam name="TFirst"></typeparam> <typeparam name="TSecond"></typeparam> <typeparam name="TThird"></typeparam> <typeparam name="TFourth"></typeparam> <typeparam name="TFifth"></typeparam> <typeparam name="TReturn"></typeparam> <param name="cnn"></param> <param name="sql"></param> <param name="map"></param> <param name="param"></param> <param name="transaction"></param> <param name="buffered"></param> <param name="splitOn"></param> <param name="commandTimeout"></param> <param name="commandType"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Query``7(System.Data.IDbConnection,System.String,System.Func{``0,``1,``2,``3,``4,``5,``6},System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Perform a multi mapping query with 6 input parameters </summary> <typeparam name="TFirst"></typeparam> <typeparam name="TSecond"></typeparam> <typeparam name="TThird"></typeparam> <typeparam name="TFourth"></typeparam> <typeparam name="TFifth"></typeparam> <typeparam name="TSixth"></typeparam> <typeparam name="TReturn"></typeparam> <param name="cnn"></param> <param name="sql"></param> <param name="map"></param> <param name="param"></param> <param name="transaction"></param> <param name="buffered"></param> <param name="splitOn"></param> <param name="commandTimeout"></param> <param name="commandType"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Query``8(System.Data.IDbConnection,System.String,System.Func{``0,``1,``2,``3,``4,``5,``6,``7},System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Perform a multi mapping query with 7 input parameters </summary> <typeparam name="TFirst"></typeparam> <typeparam name="TSecond"></typeparam> <typeparam name="TThird"></typeparam> <typeparam name="TFourth"></typeparam> <typeparam name="TFifth"></typeparam> <typeparam name="TSixth"></typeparam> <typeparam name="TSeventh"></typeparam> <typeparam name="TReturn"></typeparam> <param name="cnn"></param> <param name="sql"></param> <param name="map"></param> <param name="param"></param> <param name="transaction"></param> <param name="buffered"></param> <param name="splitOn"></param> <param name="commandTimeout"></param> <param name="commandType"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.Query``1(System.Data.IDbConnection,System.String,System.Type[],System.Func{System.Object[],``0},System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable{System.Int32},System.Nullable{System.Data.CommandType})"> <summary> Perform a multi mapping query with arbitrary input parameters </summary> <typeparam name="TReturn">The return type</typeparam> <param name="cnn"></param> <param name="sql"></param> <param name="types">array of types in the record set</param> <param name="map"></param> <param name="param"></param> <param name="transaction"></param> <param name="buffered"></param> <param name="splitOn">The Field we should split and read the second object from (default: id)</param> <param name="commandTimeout">Number of seconds before command execution timeout</param> <param name="commandType">Is it a stored proc or a batch?</param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.ReadChar(System.Object)"> <summary> Internal use only </summary> <param name="value"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.ReadNullableChar(System.Object)"> <summary> Internal use only </summary> </member> <member name="M:Dapper.SqlMapper.FindOrAddParameter(System.Data.IDataParameterCollection,System.Data.IDbCommand,System.String)"> <summary> Internal use only </summary> </member> <member name="M:Dapper.SqlMapper.PackListParameters(System.Data.IDbCommand,System.String,System.Object)"> <summary> Internal use only </summary> </member> <member name="T:Dapper.SqlMapper.LiteralToken"> <summary> Represents a placeholder for a value that should be replaced as a literal value in the resulting sql </summary> </member> <member name="P:Dapper.SqlMapper.LiteralToken.Token"> <summary> The text in the original command that should be replaced </summary> </member> <member name="P:Dapper.SqlMapper.LiteralToken.Member"> <summary> The name of the member referred to by the token </summary> </member> <member name="M:Dapper.SqlMapper.ReplaceLiterals(Dapper.SqlMapper.IParameterLookup,System.Data.IDbCommand)"> <summary> Replace all literal tokens with their text form </summary> </member> <member name="M:Dapper.SqlMapper.Format(System.Object)"> <summary> Convert numeric values to their string form for SQL literal purposes </summary> </member> <member name="M:Dapper.SqlMapper.CreateParamInfoGenerator(Dapper.SqlMapper.Identity,System.Boolean,System.Boolean)"> <summary> Internal use only </summary> </member> <member name="M:Dapper.SqlMapper.GetTypeMap(System.Type)"> <summary> Gets type-map for the given type </summary> <returns>Type map implementation, DefaultTypeMap instance if no override present</returns> </member> <member name="M:Dapper.SqlMapper.SetTypeMap(System.Type,Dapper.SqlMapper.ITypeMap)"> <summary> Set custom mapping for type deserializers </summary> <param name="type">Entity type to override</param> <param name="map">Mapping rules impementation, null to remove custom map</param> </member> <member name="M:Dapper.SqlMapper.GetTypeDeserializer(System.Type,System.Data.IDataReader,System.Int32,System.Int32,System.Boolean)"> <summary> Internal use only </summary> <param name="type"></param> <param name="reader"></param> <param name="startBound"></param> <param name="length"></param> <param name="returnNullIfFirstMissing"></param> <returns></returns> </member> <member name="M:Dapper.SqlMapper.ThrowDataException(System.Exception,System.Int32,System.Data.IDataReader,System.Object)"> <summary> Throws a data exception, only used internally </summary> </member> <member name="F:Dapper.SqlMapper.DataTableTypeNameKey"> <summary> Key used to indicate the type name associated with a DataTable </summary> </member> <member name="P:Dapper.SqlMapper.ConnectionStringComparer"> <summary> How should connection strings be compared for equivalence? Defaults to StringComparer.Ordinal. Providing a custom implementation can be useful for allowing multi-tenancy databases with identical schema to share strategies. Note that usual equivalence rules apply: any equivalent connection strings <b>MUST</b> yield the same hash-code. </summary> </member> <member name="T:Dapper.SqlMapper.GridReader"> <summary> The grid reader provides interfaces for reading multiple result sets from a Dapper query </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read(System.Boolean)"> <summary> Read the next grid of results, returned as a dynamic object </summary> <remarks>Note: each row can be accessed via "dynamic", or by casting to an IDictionary<string,object></remarks> </member> <member name="M:Dapper.SqlMapper.GridReader.Read``1(System.Boolean)"> <summary> Read the next grid of results </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read(System.Type,System.Boolean)"> <summary> Read the next grid of results </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read``3(System.Func{``0,``1,``2},System.String,System.Boolean)"> <summary> Read multiple objects from a single record set on the grid </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read``4(System.Func{``0,``1,``2,``3},System.String,System.Boolean)"> <summary> Read multiple objects from a single record set on the grid </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read``5(System.Func{``0,``1,``2,``3,``4},System.String,System.Boolean)"> <summary> Read multiple objects from a single record set on the grid </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read``6(System.Func{``0,``1,``2,``3,``4,``5},System.String,System.Boolean)"> <summary> Read multiple objects from a single record set on the grid </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read``7(System.Func{``0,``1,``2,``3,``4,``5,``6},System.String,System.Boolean)"> <summary> Read multiple objects from a single record set on the grid </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Read``8(System.Func{``0,``1,``2,``3,``4,``5,``6,``7},System.String,System.Boolean)"> <summary> Read multiple objects from a single record set on the grid </summary> </member> <member name="P:Dapper.SqlMapper.GridReader.IsConsumed"> <summary> Has the underlying reader been consumed? </summary> </member> <member name="M:Dapper.SqlMapper.GridReader.Dispose"> <summary> Dispose the grid, closing and disposing both the underlying reader and command. </summary> </member> <member name="M:Dapper.SqlMapper.AsTableValuedParameter(System.Data.DataTable,System.String)"> <summary> Used to pass a DataTable as a TableValuedParameter </summary> </member> <member name="M:Dapper.SqlMapper.SetTypeName(System.Data.DataTable,System.String)"> <summary> Associate a DataTable with a type name </summary> </member> <member name="M:Dapper.SqlMapper.GetTypeName(System.Data.DataTable)"> <summary> Fetch the type name associated with a DataTable </summary> </member> <member name="T:Dapper.TableValuedParameter"> <summary> Used to pass a DataTable as a TableValuedParameter </summary> </member> <member name="M:Dapper.TableValuedParameter.#ctor(System.Data.DataTable)"> <summary> Create a new instance of TableValuedParameter </summary> </member> <member name="M:Dapper.TableValuedParameter.#ctor(System.Data.DataTable,System.String)"> <summary> Create a new instance of TableValuedParameter </summary> </member> <member name="T:Dapper.DbString"> <summary> This class represents a SQL string, it can be used if you need to denote your parameter is a Char vs VarChar vs nVarChar vs nChar </summary> </member> <member name="F:Dapper.DbString.DefaultLength"> <summary> A value to set the default value of strings going through Dapper. Default is 4000, any value larger than this field will not have the default value applied. </summary> </member> <member name="M:Dapper.DbString.#ctor"> <summary> Create a new DbString </summary> </member> <member name="P:Dapper.DbString.IsAnsi"> <summary> Ansi vs Unicode </summary> </member> <member name="P:Dapper.DbString.IsFixedLength"> <summary> Fixed length </summary> </member> <member name="P:Dapper.DbString.Length"> <summary> Length of the string -1 for max </summary> </member> <member name="P:Dapper.DbString.Value"> <summary> The value of the string </summary> </member> <member name="M:Dapper.DbString.AddParameter(System.Data.IDbCommand,System.String)"> <summary> Add the parameter to the command... internal use only </summary> <param name="command"></param> <param name="name"></param> </member> <member name="T:Dapper.FeatureSupport"> <summary> Handles variances in features per DBMS </summary> </member> <member name="M:Dapper.FeatureSupport.Get(System.Data.IDbConnection)"> <summary> Gets the feature set based on the passed connection </summary> </member> <member name="P:Dapper.FeatureSupport.Arrays"> <summary> True if the db supports array columns e.g. Postgresql </summary> </member> <member name="T:Dapper.SimpleMemberMap"> <summary> Represents simple member map for one of target parameter or property or field to source DataReader column </summary> </member> <member name="M:Dapper.SimpleMemberMap.#ctor(System.String,System.Reflection.PropertyInfo)"> <summary> Creates instance for simple property mapping </summary> <param name="columnName">DataReader column name</param> <param name="property">Target property</param> </member> <member name="M:Dapper.SimpleMemberMap.#ctor(System.String,System.Reflection.FieldInfo)"> <summary> Creates instance for simple field mapping </summary> <param name="columnName">DataReader column name</param> <param name="field">Target property</param> </member> <member name="M:Dapper.SimpleMemberMap.#ctor(System.String,System.Reflection.ParameterInfo)"> <summary> Creates instance for simple constructor parameter mapping </summary> <param name="columnName">DataReader column name</param> <param name="parameter">Target constructor parameter</param> </member> <member name="P:Dapper.SimpleMemberMap.ColumnName"> <summary> DataReader column name </summary> </member> <member name="P:Dapper.SimpleMemberMap.MemberType"> <summary> Target member type </summary> </member> <member name="P:Dapper.SimpleMemberMap.Property"> <summary> Target property </summary> </member> <member name="P:Dapper.SimpleMemberMap.Field"> <summary> Target field </summary> </member> <member name="P:Dapper.SimpleMemberMap.Parameter"> <summary> Target constructor parameter </summary> </member> <member name="T:Dapper.DefaultTypeMap"> <summary> Represents default type mapping strategy used by Dapper </summary> </member> <member name="M:Dapper.DefaultTypeMap.#ctor(System.Type)"> <summary> Creates default type map </summary> <param name="type">Entity type</param> </member> <member name="M:Dapper.DefaultTypeMap.FindConstructor(System.String[],System.Type[])"> <summary> Finds best constructor </summary> <param name="names">DataReader column names</param> <param name="types">DataReader column types</param> <returns>Matching constructor or default one</returns> </member> <member name="M:Dapper.DefaultTypeMap.FindExplicitConstructor"> <summary> Returns the constructor, if any, that has the ExplicitConstructorAttribute on it. </summary> </member> <member name="M:Dapper.DefaultTypeMap.GetConstructorParameter(System.Reflection.ConstructorInfo,System.String)"> <summary> Gets mapping for constructor parameter </summary> <param name="constructor">Constructor to resolve</param> <param name="columnName">DataReader column name</param> <returns>Mapping implementation</returns> </member> <member name="M:Dapper.DefaultTypeMap.GetMember(System.String)"> <summary> Gets member mapping for column </summary> <param name="columnName">DataReader column name</param> <returns>Mapping implementation</returns> </member> <member name="P:Dapper.DefaultTypeMap.MatchNamesWithUnderscores"> <summary> Should column names like User_Id be allowed to match properties/fields like UserId ? </summary> </member> <member name="T:Dapper.CustomPropertyTypeMap"> <summary> Implements custom property mapping by user provided criteria (usually presence of some custom attribute with column to member mapping) </summary> </member> <member name="M:Dapper.CustomPropertyTypeMap.#ctor(System.Type,System.Func{System.Type,System.String,System.Reflection.PropertyInfo})"> <summary> Creates custom property mapping </summary> <param name="type">Target entity type</param> <param name="propertySelector">Property selector based on target type and DataReader column name</param> </member> <member name="M:Dapper.CustomPropertyTypeMap.FindConstructor(System.String[],System.Type[])"> <summary> Always returns default constructor </summary> <param name="names">DataReader column names</param> <param name="types">DataReader column types</param> <returns>Default constructor</returns> </member> <member name="M:Dapper.CustomPropertyTypeMap.FindExplicitConstructor"> <summary> Always returns null </summary> <returns></returns> </member> <member name="M:Dapper.CustomPropertyTypeMap.GetConstructorParameter(System.Reflection.ConstructorInfo,System.String)"> <summary> Not implemented as far as default constructor used for all cases </summary> <param name="constructor"></param> <param name="columnName"></param> <returns></returns> </member> <member name="M:Dapper.CustomPropertyTypeMap.GetMember(System.String)"> <summary> Returns property based on selector strategy </summary> <param name="columnName">DataReader column name</param> <returns>Poperty member map</returns> </member> <member name="T:Dapper.IWrappedDataReader"> <summary> Describes a reader that controls the lifetime of both a command and a reader, exposing the downstream command/reader as properties. </summary> </member> <member name="P:Dapper.IWrappedDataReader.Reader"> <summary> Obtain the underlying reader </summary> </member> <member name="P:Dapper.IWrappedDataReader.Command"> <summary> Obtain the underlying command </summary> </member> <member name="T:Dapper.ExplicitConstructorAttribute"> <summary> Tell Dapper to use an explicit constructor, passing nulls or 0s for all parameters </summary> </member> <member name="T:Microsoft.Data.OData.ODataSwaggerConverter"> <summary> <para>QualityBand : Preview</para> Represents an <see cref="T:Microsoft.Data.OData.ODataSwaggerConverter"/> used to converter an Edm model to Swagger model. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.MetadataUri"> <summary> Gets or sets the metadata Uri in the Swagger model. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.Host"> <summary> Gets or sets the host in the Swagger model. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.BasePath"> <summary> Gets or sets the base path in the Swagger model. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.EdmModel"> <summary> Gets or sets the Edm model. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.SwaggerVersion"> <summary> Gets the version of Swagger spec. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.SwaggerDocument"> <summary> Gets the document in the Swagger. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.SwaggerPaths"> <summary> Gets the paths in the Swagger. </summary> </member> <member name="P:Microsoft.Data.OData.ODataSwaggerConverter.SwaggerTypeDefinitions"> <summary> Gets the definitions in the Swagger. </summary> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.#ctor(Microsoft.Data.Edm.IEdmModel)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Data.OData.ODataSwaggerConverter" /> class. </summary> <param name="model">The Edm model.</param> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.GetSwaggerModel"> <summary> Converts the Edm model to Swagger model. </summary> <returns>The <see cref="T:Newtonsoft.Json.Linq.JObject"/> represents the Swagger model.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.InitializeStart"> <summary> Start to initialize the Swagger model. </summary> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.InitializeDocument"> <summary> Initialize the document of Swagger model. </summary> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.InitializeContainer"> <summary> Initialize the entity container to Swagger model. </summary> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.InitializeTypeDefinitions"> <summary> Initialize the type definitions to Swagger model. </summary> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.InitializeOperations"> <summary> Initialize the operations to Swagger model. </summary> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerConverter.InitializeEnd"> <summary> End to initialize the Swagger model. </summary> </member> <member name="T:Microsoft.Data.OData.ODataSwaggerUtilities"> <summary> Utility methods used to convert the Swagger model. </summary> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.CreateSwaggerPathForEntitySet(Microsoft.Data.Edm.IEdmEntitySet)"> <summary> Create the Swagger path for the Edm entity set. </summary> <param name="navigationSource">The Edm navigation source.</param> <returns>The <see cref="T:Newtonsoft.Json.Linq.JObject"/> represents the related Edm entity set.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.CreateSwaggerPathForEntity(Microsoft.Data.Edm.IEdmEntitySet)"> <summary> Create the Swagger path for the Edm entity. </summary> <param name="navigationSource">The Edm navigation source.</param> <returns>The <see cref="T:Newtonsoft.Json.Linq.JObject"/> represents the related Edm entity.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.CreateSwaggerPathForOperationImport(Microsoft.Data.Edm.IEdmFunctionImport)"> <summary> Create the Swagger path for the Edm operation import. </summary> <param name="operationImport">The Edm operation import</param> <returns>The <see cref="T:Newtonsoft.Json.Linq.JObject"/> represents the related Edm operation import.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.CreateSwaggerPathForOperationOfEntitySet(Microsoft.Data.Edm.IEdmFunctionImport,Microsoft.Data.Edm.IEdmEntitySet)"> <summary> Create the Swagger path for the Edm operation bound to the Edm entity set. </summary> <param name="operation">The Edm operation.</param> <param name="navigationSource">The Edm navigation source.</param> <returns>The <see cref="T:Newtonsoft.Json.Linq.JObject"/> represents the related Edm operation bound to the Edm entity set.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.CreateSwaggerPathForOperationOfEntity(Microsoft.Data.Edm.IEdmFunctionImport,Microsoft.Data.Edm.IEdmEntitySet)"> <summary> Create the Swagger path for the Edm operation bound to the Edm entity. </summary> <param name="operation">The Edm operation.</param> <param name="navigationSource">The Edm navigation source.</param> <returns>The <see cref="T:Newtonsoft.Json.Linq.JObject"/> represents the related Edm operation bound to the Edm entity.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.GetPathForEntity(Microsoft.Data.Edm.IEdmEntitySet)"> <summary> Get the Uri Swagger path for the Edm entity set. </summary> <param name="navigationSource">The Edm navigation source.</param> <returns>The <see cref="T:System.String"/> path represents the related Edm entity set.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.GetPathForOperationImport(Microsoft.Data.Edm.IEdmFunctionImport)"> <summary> Get the Uri Swagger path for Edm operation import. </summary> <param name="operationImport">The Edm operation import.</param> <returns>The <see cref="T:System.String"/> path represents the related Edm operation import.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.GetPathForOperationOfEntitySet(Microsoft.Data.Edm.IEdmFunctionImport,Microsoft.Data.Edm.IEdmEntitySet)"> <summary> Get the Uri Swagger path for Edm operation bound to entity set. </summary> <param name="operation">The Edm operation.</param> <param name="navigationSource">The Edm navigation source.</param> <returns>The <see cref="T:System.String"/> path represents the related Edm operation.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.GetPathForOperationOfEntity(Microsoft.Data.Edm.IEdmFunctionImport,Microsoft.Data.Edm.IEdmEntitySet)"> <summary> Get the Uri Swagger path for Edm operation bound to entity. </summary> <param name="operation">The Edm operation.</param> <param name="navigationSource">The Edm navigation source.</param> <returns>The <see cref="T:System.String"/> path represents the related Edm operation.</returns> </member> <member name="M:Microsoft.Data.OData.ODataSwaggerUtilities.CreateSwaggerTypeDefinitionForStructuredType(Microsoft.Data.Edm.IEdmStructuredType)"> <summary> Create the Swagger definition for the structure Edm type. </summary> <param name="edmType">The structure Edm type.</param> <returns>The <see cref="T:Newtonsoft.Json.Linq.JObject"/> represents the related structure Edm type.</returns> </member> <member name="T:CSDLGiaBinhDinh.WebAPI.Ultility.Swagger.SwaggerFileUploadAttribute"> <summary> Mô tả thuộc tính trong model class: <para>DisplayAttribute - Tên trường trong request body</para> <para>DescriptionAtrribute - Mô tả trong swagger</para> <para>virtual - Không hiển thị trong request body</para> </summary> </member> </members> </doc>