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.
Csla.Generators.CSharp.AutoSerialization Namespace Reference

Namespaces

namespace  Discovery
 

Classes

class  ExtractedContainerDefinition
 The definition of a container of a type, extracted from the syntax tree provided by Roslyn More...
 
class  ExtractedFieldDefinition
 The definition of a field, extracted from the syntax tree provided by Roslyn More...
 
class  ExtractedMemberTypeDefinition
 The definition of a member's type, extracted from the syntax tree provided by Roslyn More...
 
class  ExtractedPropertyDefinition
 The definition of a property, extracted from the syntax tree provided by Roslyn More...
 
class  ExtractedTypeDefinition
 The definition of a type, extracted from the syntax tree provided by Roslyn More...
 
class  GenerationResults
 The results of source generation More...
 
interface  IMemberDefinition
 The contract which a member definition must fulfil More...
 
class  SerializationPartialBuilder
 Builds the text of a partial type to implement the IMobileObject interface so that the target type automatically offers mobile serialization
 
class  SerializationPartialGenerator
 Source generator capable of completing the generation of a single partial type that is needed to automatically perform mobile serialization of a type in a consuming assembly
 
class  SerializationPartialsGenerator
 Source Generator for generating partial classes to complete decorated types that must offer automated serialization through the IMobileObject interface More...