Class Atom
Allows in/out operations and/or data validations with Atom files.
Inherited Members
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.Core.dll
Syntax
public class Atom : Rss
Constructors
| Improve this Doc View SourceAtom(Utils.OS, String, String, String, Int32, String)
Declaration
public Atom(Utils.OS remoteOS, string host, string username, string password, int port, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Utils.OS | remoteOS | |
System.String | host | |
System.String | username | |
System.String | password | |
System.Int32 | port | |
System.String | filePath |
Atom(Utils.OS, String, String, String, String)
Declaration
public Atom(Utils.OS remoteOS, string host, string username, string password, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Utils.OS | remoteOS | |
System.String | host | |
System.String | username | |
System.String | password | |
System.String | filePath |
Atom(String)
Creates a new connector instance.
Declaration
public Atom(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Atom file path. |
Methods
| Improve this Doc View SourceDispose()
Disposes the object releasing its unmanaged properties.
Declaration
public override void Dispose()
Overrides
| Improve this Doc View SourceValidateAtomAgainstW3C()
Validates the currently loaded Atom document against the W3C public API. Throws an exception if the document is invalid.
Declaration
public void ValidateAtomAgainstW3C()
Extension Methods
ObjectExtensions.DeepClone<T>(T)