Interface ICsRecord
Model definition for a class in C#.
Inherited Members
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public interface ICsRecord : ICsContainer, ICsModel, ICsAttributes, ICsGeneric, IParent, IDotNetRecord, IDotNetContainer, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IDotNetGeneric, IParent, ILookup
Properties
| Improve this Doc View SourceBaseRecord
The base record assigned to this record. This will be null if HasBase is false.
Declaration
CsRecord BaseRecord { get; }
Property Value
Type | Description |
---|---|
CsRecord |
Constructors
List of the constructors implemented in this class.
Declaration
IReadOnlyList<CsMethod> Constructors { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsMethod> |
Destructor
The destructor implemented in this class.
Declaration
CsMethod Destructor { get; }
Property Value
Type | Description |
---|---|
CsMethod |
Fields
List of the fields implemented in this class.
Declaration
IReadOnlyList<CsField> Fields { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsField> |