C# Class PlasticSCM.CLI.XmlReaderExtension

Exibir arquivo Open project: powercode/PSPlastic

Private Methods

Method Description
ReadDateTime ( this reader, string name ) : System.DateTime
ReadDouble ( this reader, string name ) : double
ReadElementValue ( XmlReader input, string name ) : string
ReadGuid ( this reader, string name ) : System.Guid
ReadInt64 ( this reader, string name ) : long
ReadString ( this reader, string name ) : string
TryReadDateTime ( this reader, string name, System.DateTime defaultValue ) : System.DateTime
TryReadInt64 ( this reader, string name, long defaultValue ) : long