The FieldInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetValue |
Gets the value of the field on a specific entity.
|
![]() | IsDefined | Overloaded. |
![]() | SetValue |
Sets the value of the field on a specific entity.
|
![]() | TryGetValue |
Gets the value of the field on a specific entity.
|
![]() | TrySetValue |
Sets the value of the field on a specific entity.
|
Properties
Name | Description | |
---|---|---|
![]() | FieldName |
Specifies the name of the underlying field.
|
![]() | FieldType |
Specifies the type of the field.
|
![]() | HumanName |
The humanized version of the field name.
|
![]() | IsManagedField |
Indicates if this is a specially managed field which will have its value managed by LightSpeed.
|
![]() | IsReadOnly |
Indicates if this field is read-only and will not be persisted back to the database.
|
![]() | IsTransient |
Indicates if this field is transient and is not managed by LightSpeed.
|
![]() | PropertyName |
The name of the property which this field is associated with.
|
![]() | QueryProperties |
This list of any query properties which have been specified for this field using
QueryPropertyAttribute instances.
|