Interface ICsField
Model definition of a Field in .net.
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ICsField : ICsMember, ICsModel, IModelStatus, ISourceFiles, ICsAttributes, IDocumentation, IParent, ILookup
Properties
ConstantValue
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
CsType DataType { get; }
Property Value
Type | Description |
---|---|
CsType |
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 |