RasEntryNameValidator Members

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasEntryNameValidator type exposes the following members.

Constructors

  Name Description
Public method RasEntryNameValidator
Initializes a new instance of the RasEntryNameValidator class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Validate
Evaluates the condition it checks, and updates the IsValid property.

Properties

  Name Description
Public property AllowExistingEntries
Gets or sets a value indicating whether existing entries will be allowed.
Public property AllowNonExistentPhoneBook
Gets or sets a value indicating whether nonexistent phone books are allowed.
Public property EntryName
Gets or sets the entry name to validate.
Public property ErrorCode
Gets the error code, if any, that occurred during validation.
Public property ErrorMessage
Gets or sets the error message.
Public property IsValid
Gets or sets a value indicating whether the entry name is valid.
Public property PhoneBookPath
Gets or sets the phone book path to validate the entry name against.

See Also