CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
ExtractedFieldDefinition.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="ExtractedFieldDefinition.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>The definition of a field, extracted from the syntax tree provided by Roslyn</summary>
7//-----------------------------------------------------------------------
8using System;
9using System.Collections.Generic;
10using System.Text;
11
13{
14
19 {
20
24 public string FieldName { get; set; }
25
30
35
36 }
37
38}
The definition of a field, extracted from the syntax tree provided by Roslyn
ExtractedMemberTypeDefinition TypeDefinition
The definition of the type of this field
The definition of a member's type, extracted from the syntax tree provided by Roslyn
The contract which a member definition must fulfil