IDesignerModel

Allows the implementation of models that sources for code generation.

Namespace:
KpokEntityTool.Models
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

DesignerTemplate

Template file name to transform the model.

Signature:
public String DesignerTemplate { get; set; }

SkipExtensionTemplateGeneration

true if extension internal template generation mist be skipped, otherwise false.

Signature:
public Boolean SkipExtensionTemplateGeneration { get; set; }

Templates

Aditional templates to transform the model.

Signature:
public TemplateCollection Templates { get; set; }