Class BugTrackerPersistableSettings
Inheritance
System.Object
BugTrackerPersistableSettings
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.Extensibility.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class BugTrackerPersistableSettings : IXmlPersistable
Constructors
BugTrackerPersistableSettings()
Declaration
protected BugTrackerPersistableSettings()
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
ProjectName
Declaration
public abstract string ProjectName { get; set; }
Property Value
System.String
|
RootName
Declaration
public virtual string RootName { get; }
Property Value
System.String
|
Implements
ServerName
Declaration
public abstract string ServerName { get; set; }
Property Value
System.String
|
XmlBlob
Methods
LoadFrom(XmlStoreNode)
Declaration
public abstract void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
SaveTo(XmlStoreNode)
Declaration
public abstract void SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|