This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class ConstraintAttribute |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ConstraintAttribute |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ConstraintAttribute |
Initializes a new instance of the ConstraintAttribute class.
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
ConverterType |
Gets the converter type for constraint.
|
|
TypeId | (Inherited from Attribute.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute..::..GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute..::..GetTypeInfo | (Inherited from Attribute.) | |
_Attribute..::..GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute..::..Invoke | (Inherited from Attribute.) |
See Also
Smartsite.Web.Commands Namespace