ClassFieldAliasAttribute
Class
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class FieldAliasAttribute : Attribute
Inheritance: objectAttributeFieldAliasAttribute
Constructors
FieldAliasAttribute(string)
Declaration
cs-api-definition
public FieldAliasAttribute(string nameOfField)
Parameters
nameOfField
string
Properties
FieldName
Declaration
cs-api-definition
public string FieldName { get; }
Property Value
string