Show / Hide Table of Contents

Class LongConverter

Converter between XElement and langword_csharp_long

Inheritance
Object
LongConverter
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Props.Converters
Assembly:FubarDev.WebDavServer.dll
Syntax
public class LongConverter : IPropertyConverter<long>

Methods

| Improve this Doc View Source

FromElement(XElement)

Declaration
public long FromElement(XElement element)
Parameters
Type Name Description
XElement element
Returns
Type Description
Int64
Implements
IPropertyConverter<T>.FromElement(XElement)
| Improve this Doc View Source

IsValidValue(Int64)

Declaration
public bool IsValidValue(long value)
Parameters
Type Name Description
Int64 value
Returns
Type Description
Boolean
Implements
IPropertyConverter<T>.IsValidValue(T)
| Improve this Doc View Source

ToElement(XName, Int64)

Declaration
public XElement ToElement(XName name, long value)
Parameters
Type Name Description
XName name
Int64 value
Returns
Type Description
XElement
Implements
IPropertyConverter<T>.ToElement(XName, T)
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX