Table of Contents

Class RegisterBizFormAttribute

Namespace
CMS
Assembly
CMS.OnlineForms.dll

Registers the BizForm item class within the system or overrides the existing one.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterBizFormAttribute : Attribute, IInitAttribute
Inheritance
object
Attribute
RegisterBizFormAttribute
Implements
Extension Methods

Constructors

RegisterBizFormAttribute(string, Type)

Constructor

public RegisterBizFormAttribute(string className, Type type)

Parameters

className string

Class name

type Type

BizForm item implementation type

Properties

ClassName

Class name

public string ClassName { get; protected set; }

Property Value

string

MarkedType

Gets the BizForm item implementation type

public Type MarkedType { get; protected set; }

Property Value

Type

Methods

Init()

Initializes the attribute

public void Init()