Show / Hide Table of Contents

Class SoCriteriaEditAttribute

Inheritance
Object
SoWebObjectAttribute
SoCriteriaEditAttribute
Inherited Members
SoWebObjectAttribute.MappingName
Namespace: SuperOffice.CRM.Web.UI.Controls
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
Type Description
List<String>

Methods

IsRestrictionTypeSupported(String)

Declaration
public bool IsRestrictionTypeSupported(string criteriaType)
Parameters
Type Name Description
String criteriaType
Returns
Type Description
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top