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

Code generator for properties.
Inheritance: BaseGenerator
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Generate ( BaseEntity entity ) : void
Generate ( TypedEntity typedEntity, ConstantEntity entity ) : void

Generates the specified entity.

Method Details

Generate() public méthode

public Generate ( BaseEntity entity ) : void
entity BaseEntity
Résultat void

Generate() public méthode

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