Interface ICsRecordStructure
Model definition for a record structure in C#.
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ICsRecordStructure : ICsContainer, ICsModel, IModelStatus, ISourceFiles, ICsAttributes, IDocumentation, ICsGeneric, IParent, ILookup
Properties
Constructors
List of the constructors for this record structure.
Declaration
IReadOnlyList<CsMethod> Constructors { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsMethod> |
Fields
List of the fields for this record structure.
Declaration
IReadOnlyList<CsField> Fields { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsField> |