Class TestStudioSourceControlProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers.SourceControl
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestStudioSourceControlProvider : SourceControlProviderBase
Constructors
TestStudioSourceControlProvider()
Declaration
public TestStudioSourceControlProvider()
Methods
AddItems(String[])
Declaration
public override void AddItems(string[] filePaths)
Parameters
System.String[]
filePaths
|
Overrides
IsExceptionCritical(Exception)
Declaration
protected override bool IsExceptionCritical(Exception ex)
Parameters
System.Exception
ex
|
Returns
System.Boolean
|