C# Class SoapShared.SerializedClass

Mostra file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
m_bool bool
m_byte byte
m_bytes byte[]
m_decimal decimal
m_double double
m_float float
m_int int
m_long long
m_object object
m_sbyte sbyte
m_short short
m_time System.DateTime
m_timeSpan System.TimeSpan
m_uint uint
m_ulong ulong
m_ushort ushort
str string

Property Details

m_bool public_oe property

public bool m_bool
return bool

m_byte public_oe property

public byte m_byte
return byte

m_bytes public_oe property

public byte[] m_bytes
return byte[]

m_decimal public_oe property

public decimal m_decimal
return decimal

m_double public_oe property

public double m_double
return double

m_float public_oe property

public float m_float
return float

m_int public_oe property

public int m_int
return int

m_long public_oe property

public long m_long
return long

m_object public_oe property

public object m_object
return object

m_sbyte public_oe property

public sbyte m_sbyte
return sbyte

m_short public_oe property

public short m_short
return short

m_time public_oe property

public DateTime,System m_time
return System.DateTime

m_timeSpan public_oe property

public TimeSpan,System m_timeSpan
return System.TimeSpan

m_uint public_oe property

public uint m_uint
return uint

m_ulong public_oe property

public ulong m_ulong
return ulong

m_ushort public_oe property

public ushort m_ushort
return ushort

str public_oe property

public string str
return string