C# Class Thinktecture.Tools.Web.Services.Wscf.Environment.ValidationHelper

Show file Open project: WSCF/WSCF

Public Methods

Method Description
IsDotNetNamespace ( string namespaceName ) : bool
IsWindowsFileName ( string fileName ) : bool

Method Details

IsDotNetNamespace() public static method

public static IsDotNetNamespace ( string namespaceName ) : bool
namespaceName string
return bool

IsWindowsFileName() public static method

public static IsWindowsFileName ( string fileName ) : bool
fileName string
return bool