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
-
objectAttributeRegisterBizFormAttribute
- Implements
- Extension Methods
Constructors
RegisterBizFormAttribute(string, Type)
Constructor
public RegisterBizFormAttribute(string className, Type type)
Parameters
classNamestringClass name
typeTypeBizForm 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()