C# Class Monobjc.Tools.Generator.Generators.ConstantGenerator

Code generator for properties.
Inheritance: BaseGenerator
Exibir arquivo Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Generate ( BaseEntity entity ) : void
Generate ( TypedEntity typedEntity, ConstantEntity entity ) : void

Generates the specified entity.

Method Details

Generate() public method

public Generate ( BaseEntity entity ) : void
entity BaseEntity
return void

Generate() public method

Generates the specified entity.
public Generate ( TypedEntity typedEntity, ConstantEntity entity ) : void
typedEntity Monobjc.Tools.Generator.Model.TypedEntity
entity ConstantEntity The entity.
return void