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
GenerationResults.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="GenerationResults.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>The results of source generation</summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
using
System.Collections.Generic;
10
using
System.Text;
11
12
namespace
Csla.Generators.CSharp.AutoSerialization
13
{
14
18
public
class
GenerationResults
19
{
20
24
public
string
FullyQualifiedName
{
get
;
set
; }
25
29
public
string
GeneratedSource
{
get
;
set
; }
30
31
}
32
33
}
Csla.Generators.CSharp.AutoSerialization.GenerationResults
The results of source generation
Definition:
GenerationResults.cs:19
Csla.Generators.CSharp.AutoSerialization.GenerationResults.FullyQualifiedName
string FullyQualifiedName
The fully qualified name of the generated type
Definition:
GenerationResults.cs:24
Csla.Generators.CSharp.AutoSerialization.GenerationResults.GeneratedSource
string GeneratedSource
The source code that has been generated by the builder
Definition:
GenerationResults.cs:29
Csla.Generators.CSharp.AutoSerialization
Definition:
AutoSerializableSyntaxReceiver.cs:15
Generated by
1.9.2