C# Class Server.Gumps.PropertiesGump

Inheritance: Gump
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
BackGumpID int
BorderSize int
EntryGumpID int
EntryHeight int
GumpOffsetX int
GumpOffsetY int
HeaderGumpID int
NextButtonID1 int
NextButtonID2 int
NextOffsetX int
NextWidth int
OffsetGumpID int
OffsetSize int
OldStyle bool
PrevButtonID1 int
PrevButtonID2 int
PrevOffsetX int
PrevWidth int
SetButtonID1 int
SetButtonID2 int
SetGumpID int
SetOffsetX int
SetWidth int
TextHue int
TextOffsetX int
m_BoolNames string[]
m_BoolValues object[]
m_PoisonNames string[]
m_PoisonValues object[]

Public Methods

Method Description
GetObjectFromString ( Type t, string s ) : object
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
OnValueChanged ( object obj, PropertyInfo prop, Stack stack ) : void
PropertiesGump ( Server.Mobile mobile, object o ) : System
PropertiesGump ( Server.Mobile mobile, object o, Stack stack, ArrayList list, int page ) : System
PropertiesGump ( Server.Mobile mobile, object o, Stack stack, Server.Gumps.StackEntry parent ) : System
ValueToString ( object o ) : string
ValueToString ( object obj, PropertyInfo prop ) : string

Private Methods

Method Description
BuildList ( ) : ArrayList
GetCPA ( PropertyInfo prop ) : Server.CommandPropertyAttribute
GetCustomEnumNames ( Type type ) : string[]
GetGroups ( Type objectType, PropertyInfo props ) : ArrayList
GetObjects ( Array a ) : object[]
GetStringFromObject ( object o ) : string
HasAttribute ( Type type, Type check, bool inherit ) : bool
Initialize ( int page ) : void
IsCustomEnum ( Type type ) : bool
IsType ( Type type, Type check ) : bool
ValueToString ( PropertyInfo prop ) : string

Method Details

GetObjectFromString() public static method

public static GetObjectFromString ( Type t, string s ) : object
t System.Type
s string
return object

OnResponse() public method

public OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
state Server.Network.NetState
info RelayInfo
return void

OnValueChanged() public static method

public static OnValueChanged ( object obj, PropertyInfo prop, Stack stack ) : void
obj object
prop System.Reflection.PropertyInfo
stack System.Collections.Stack
return void

PropertiesGump() public method

public PropertiesGump ( Server.Mobile mobile, object o ) : System
mobile Server.Mobile
o object
return System

PropertiesGump() public method

public PropertiesGump ( Server.Mobile mobile, object o, Stack stack, ArrayList list, int page ) : System
mobile Server.Mobile
o object
stack System.Collections.Stack
list System.Collections.ArrayList
page int
return System

PropertiesGump() public method

public PropertiesGump ( Server.Mobile mobile, object o, Stack stack, Server.Gumps.StackEntry parent ) : System
mobile Server.Mobile
o object
stack System.Collections.Stack
parent Server.Gumps.StackEntry
return System

ValueToString() public static method

public static ValueToString ( object o ) : string
o object
return string

ValueToString() public static method

public static ValueToString ( object obj, PropertyInfo prop ) : string
obj object
prop System.Reflection.PropertyInfo
return string

Property Details

BackGumpID public_oe static_oe property

public static int BackGumpID
return int

BorderSize public_oe static_oe property

public static int BorderSize
return int

EntryGumpID public_oe static_oe property

public static int EntryGumpID
return int

EntryHeight public_oe static_oe property

public static int EntryHeight
return int

GumpOffsetX public_oe static_oe property

public static int GumpOffsetX
return int

GumpOffsetY public_oe static_oe property

public static int GumpOffsetY
return int

HeaderGumpID public_oe static_oe property

public static int HeaderGumpID
return int

NextButtonID1 public_oe static_oe property

public static int NextButtonID1
return int

NextButtonID2 public_oe static_oe property

public static int NextButtonID2
return int

NextOffsetX public_oe static_oe property

public static int NextOffsetX
return int

NextWidth public_oe static_oe property

public static int NextWidth
return int

OffsetGumpID public_oe static_oe property

public static int OffsetGumpID
return int

OffsetSize public_oe static_oe property

public static int OffsetSize
return int

OldStyle public_oe static_oe property

public static bool OldStyle
return bool

PrevButtonID1 public_oe static_oe property

public static int PrevButtonID1
return int

PrevButtonID2 public_oe static_oe property

public static int PrevButtonID2
return int

PrevOffsetX public_oe static_oe property

public static int PrevOffsetX
return int

PrevWidth public_oe static_oe property

public static int PrevWidth
return int

SetButtonID1 public_oe static_oe property

public static int SetButtonID1
return int

SetButtonID2 public_oe static_oe property

public static int SetButtonID2
return int

SetGumpID public_oe static_oe property

public static int SetGumpID
return int

SetOffsetX public_oe static_oe property

public static int SetOffsetX
return int

SetWidth public_oe static_oe property

public static int SetWidth
return int

TextHue public_oe static_oe property

public static int TextHue
return int

TextOffsetX public_oe static_oe property

public static int TextOffsetX
return int

m_BoolNames public_oe static_oe property

public static string[] m_BoolNames
return string[]

m_BoolValues public_oe static_oe property

public static object[] m_BoolValues
return object[]

m_PoisonNames public_oe static_oe property

public static string[] m_PoisonNames
return string[]

m_PoisonValues public_oe static_oe property

public static object[] m_PoisonValues
return object[]