C# Class SoapShared.SerializedClass

Show 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 property

public bool m_bool
return bool

m_byte public property

public byte m_byte
return byte

m_bytes public property

public byte[] m_bytes
return byte[]

m_decimal public property

public decimal m_decimal
return decimal

m_double public property

public double m_double
return double

m_float public property

public float m_float
return float

m_int public property

public int m_int
return int

m_long public property

public long m_long
return long

m_object public property

public object m_object
return object

m_sbyte public property

public sbyte m_sbyte
return sbyte

m_short public property

public short m_short
return short

m_time public property

public DateTime,System m_time
return System.DateTime

m_timeSpan public property

public TimeSpan,System m_timeSpan
return System.TimeSpan

m_uint public property

public uint m_uint
return uint

m_ulong public property

public ulong m_ulong
return ulong

m_ushort public property

public ushort m_ushort
return ushort

str public property

public string str
return string