Class InfoProviderTemplate
- 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 InfoProviderTemplate : InfoProviderTemplateBase
- Inheritance
-
objectInfoProviderTemplate
- Inherited Members
- Extension Methods
Constructors
InfoProviderTemplate(DataClassInfo, string)
Initializes a new instance of the InfoProviderTemplate class using the specified data class.
public InfoProviderTemplate(DataClassInfo dataClass, string customNamespace = null)
Parameters
dataClass
DataClassInfoData class to initialize the template from.
customNamespace
stringCustom namespace where class will be generated.
Exceptions
- ArgumentNullException
Thrown when
dataClass
is null.
Properties
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
InfoProviderClassName
Gets the info provider class name.
public string InfoProviderClassName { 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.
public static string GetCode(string className, string customNamespace = null)
Parameters
className
stringcustomNamespace
string
Returns
- string
TransformText()
Create the template output
public virtual string TransformText()
Returns
- string