Interface IDotNetRecordStructure
Model definition for a record structure in .net.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetRecordStructure : IDotNetContainer, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IDotNetGeneric, IParent, ILookup
Properties
| Improve this Doc View SourceConstructors
List of the constructors for this record structure.
Declaration
IReadOnlyList<IDotNetMethod> Constructors { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDotNetMethod> |
Fields
List of the fields for this record structure.
Declaration
IReadOnlyList<IDotNetField> Fields { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDotNetField> |