Interface IDotNetField
Model definition of a field in .net.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetField : IDotNetMember, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IParent, ILookup
Properties
| Improve this Doc View SourceConstantValue
The value that was assigned to the constant. Will return as the string representation of the value.
Declaration
string ConstantValue { get; }
Property Value
Type | Description |
---|---|
string |
DataType
The data type assigned to the field.
Declaration
IDotNetType DataType { get; }
Property Value
Type | Description |
---|---|
IDotNetType |
IsConstant
Flag that determines if the field is a constant.
Declaration
bool IsConstant { get; }
Property Value
Type | Description |
---|---|
bool |
IsReadOnly
Flag that determines if this field is set to readonly.
Declaration
bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
bool |
IsStatic
Flag that determines if the field is set to be static.
Declaration
bool IsStatic { get; }
Property Value
Type | Description |
---|---|
bool |