Class SoWebObjectAttribute
Inheritance
SoWebObjectAttribute
Assembly: SuperOffice.DCFWeb.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public class SoWebObjectAttribute : PrioritizedPluginAttribute
Constructors
SoWebObjectAttribute(String)
Declaration
public SoWebObjectAttribute(string mappingName)
Parameters
| Type |
Name |
Description |
| String |
mappingName |
|
SoWebObjectAttribute(String, Int32)
Declaration
public SoWebObjectAttribute(string mappingName, int priority)
Parameters
| Type |
Name |
Description |
| String |
mappingName |
|
| Int32 |
priority |
|
Properties
MappingName
Declaration
public string MappingName { get; }
Property Value