Class ApiFieldAttribute
Helper attribute for properties which is used by ListRequestExtensions.
Inheritance
ApiFieldAttribute
Namespace: BiExcellence.OpenBi.Api.Internal
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class ApiFieldAttribute : Attribute
Constructors
ApiFieldAttribute(string)
Initializes a new instance of the ApiFieldAttribute.
Declaration
public ApiFieldAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |