Utils Class

Definition

General purpose utilities used primarily for name validation and syntax checks.

public static class Utils
type Utils = class
Public Class Utils
Inheritance
Utils

Methods

CanRefreshWithOverrides(RefreshType)

Gets a value indicating whether metadata overrides can be used when issuing a refresh request with this RefreshType.

GetSyntacticallyValidName(String, ObjectType)

Gets the syntactically valid name of the object. Null or empty names are replaced with a default name. Names exceeding maximum allowed length are trimmed. Invalid XML is removed.

IsSyntacticallyValidName(String, ObjectType, String)

A Boolean indicating whether the name is syntactically correct.

Applies to