You are here: RainWorx.FrameWorx.BLL Namespaces > RainWorx.FrameWorx.BLL.Validators > IsUnique Class

IsUnique Class

AuctionWorx 3.5 API
Inheritance Hierarchy

SystemObject
  Validator
    ValidatorString
      RainWorx.FrameWorx.BLL.ValidatorsIsUnique

Namespace:  RainWorx.FrameWorx.BLL.Validators
Assembly:  RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5

Syntax

C#
public class IsUnique : Validator<string>

The IsUnique type exposes the following members.

Constructors

NameDescription
Public methodIsUnique
Initializes a new instance of the IsUnique class
Public methodIsUnique(NameValueCollection)
Initializes a new instance of the IsUnique class
Public methodIsUnique(String)
Initializes a new instance of the IsUnique class
Public methodIsUnique(String, String)
Initializes a new instance of the IsUnique class
Top
Properties

NameDescription
Protected propertyDefaultMessageTemplate (Overrides Validator.DefaultMessageTemplate.)
Top
Methods

NameDescription
Protected methodDoValidate (Overrides Validator.DoValidate(UTP, Object, String, ValidationResults).)
Top
Extension Methods

NameDescription
Public Extension MethodToMvcHtmlString
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.)
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.