SmartAdapter.FieldNameAttribute

Wisej.AI.SmartAdapter FieldNameAttribute

Namespace: Wisej.AI

Assembly: Wisej.AI (3.5.0.0)

Represents an attribute that can be used to specify a custom field name for a property or control.

public class FieldNameAttribute : Attribute

Constructors

FieldNameAttribute(name)

Initializes a new instance of the FieldNameAttribute class with the specified field name.

Name
Type
Description

name

The custom field name to associate with the property or field.

Properties

Name

String: Gets or sets the custom field name associated with the property or control.

Last updated