Interface IXmlPersistable
Namespace: ArtOfTest.Common.Serialization
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IXmlPersistable
Properties
CurrentVersion
Declaration
Version CurrentVersion { get; }
Property Value
System.Version
|
RootName
Declaration
string RootName { get; }
Property Value
System.String
|