Interface IComplexTypeWriter
Namespace: LemonEdge.API.Core.Writers
Assembly: LemonEdge.API.dll
Syntax
public interface IComplexTypeWriter
Methods
WriteFile(Type, string, string)
Writes the entity class definition for an existing LemonEdge complex type Interface (obtained from custom .net code)
Declaration
string WriteFile(Type type, string customUsing, string @namespace = "LemonEdge.Entities")
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type of the complex type interface LemonEdge definition (must be marked with ComplexDefinitionAttribute) |
string | customUsing | |
string | namespace |
Returns
Type | Description |
---|---|
string | The complete c# file for the defintion of the complex type entity |