Class SoCriteriaEditAttribute
Inheritance
SoCriteriaEditAttribute
Assembly: SuperOffice.CRMWeb.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public class SoCriteriaEditAttribute : SoWebObjectAttribute
Constructors
SoCriteriaEditAttribute(String, String[])
Declaration
public SoCriteriaEditAttribute(string mappingName, string[] supportedRestrictionTypes)
Parameters
| Type |
Name |
Description |
| String |
mappingName |
|
| String[] |
supportedRestrictionTypes |
|
SoCriteriaEditAttribute(String, String[], Int32)
Declaration
public SoCriteriaEditAttribute(string mappingName, string[] supportedRestrictionTypes, int priority)
Parameters
| Type |
Name |
Description |
| String |
mappingName |
|
| String[] |
supportedRestrictionTypes |
|
| Int32 |
priority |
|
Properties
SupportedTypes
Declaration
public List<string> SupportedTypes { get; }
Property Value
Methods
IsRestrictionTypeSupported(String)
Declaration
public bool IsRestrictionTypeSupported(string criteriaType)
Parameters
| Type |
Name |
Description |
| String |
criteriaType |
|
Returns