Table of Contents

Class InfoProviderInterfaceTemplate

Namespace
CMS.DataEngine.Generators
Assembly
CMS.DataEngine.dll

Class to produce the template output

[Obsolete("The code generation API is not intended to be used directly. Use the code generator command line-based tool instead.")]
[ObsoleteSince(28, 0)]
public class InfoProviderInterfaceTemplate : InfoProviderInterfaceTemplateBase
Inheritance
object
InfoProviderInterfaceTemplate
Inherited Members
Extension Methods

Constructors

InfoProviderInterfaceTemplate(DataClassInfo, string)

Initializes a new instance of the InfoProviderInterfaceTemplate class using the specified data class.

public InfoProviderInterfaceTemplate(DataClassInfo dataClass, string customNamespace = null)

Parameters

dataClass DataClassInfo

Data class to initialize the template from.

customNamespace string

Custom namespace where class will be generated.

Exceptions

ArgumentNullException

Thrown when dataClass is null.

Properties

HasCodeNameColumn

Indicates whether a codename column is defined.

public bool HasCodeNameColumn { get; }

Property Value

bool

HasGuidColumn

Indicates whether a GUID column is defined.

public bool HasGuidColumn { get; }

Property Value

bool

InfoClassName

Gets the info class name.

public string InfoClassName { get; }

Property Value

string

InfoClassNamePluralized

Gets the pluralized info class name.

public string InfoClassNamePluralized { get; }

Property Value

string

InfoProviderInterfaceName

Gets the info provider interface name.

public string InfoProviderInterfaceName { get; }

Property Value

string

Namespace

Gets the namespace.

public string Namespace { get; set; }

Property Value

string

Methods

GetCode(string, string)

Returns generated code for class info provider interface.

public static string GetCode(string className, string customNamespace = null)

Parameters

className string
customNamespace string

Returns

string

TransformText()

Create the template output

public virtual string TransformText()

Returns

string