C# Class Server.Gumps.PropertiesGump

Inheritance: Gump
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Свойство 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[]

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static GetObjectFromString ( Type t, string s ) : object
t System.Type
s string
Résultat object

OnResponse() public méthode

public OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
state Server.Network.NetState
info RelayInfo
Résultat void

OnValueChanged() public static méthode

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

PropertiesGump() public méthode

public PropertiesGump ( Server.Mobile mobile, object o ) : System
mobile Server.Mobile
o object
Résultat System

PropertiesGump() public méthode

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
Résultat System

PropertiesGump() public méthode

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
Résultat System

ValueToString() public static méthode

public static ValueToString ( object o ) : string
o object
Résultat string

ValueToString() public static méthode

public static ValueToString ( object obj, PropertyInfo prop ) : string
obj object
prop System.Reflection.PropertyInfo
Résultat string

Property Details

BackGumpID public_oe static_oe property

public static int BackGumpID
Résultat int

BorderSize public_oe static_oe property

public static int BorderSize
Résultat int

EntryGumpID public_oe static_oe property

public static int EntryGumpID
Résultat int

EntryHeight public_oe static_oe property

public static int EntryHeight
Résultat int

GumpOffsetX public_oe static_oe property

public static int GumpOffsetX
Résultat int

GumpOffsetY public_oe static_oe property

public static int GumpOffsetY
Résultat int

HeaderGumpID public_oe static_oe property

public static int HeaderGumpID
Résultat int

NextButtonID1 public_oe static_oe property

public static int NextButtonID1
Résultat int

NextButtonID2 public_oe static_oe property

public static int NextButtonID2
Résultat int

NextOffsetX public_oe static_oe property

public static int NextOffsetX
Résultat int

NextWidth public_oe static_oe property

public static int NextWidth
Résultat int

OffsetGumpID public_oe static_oe property

public static int OffsetGumpID
Résultat int

OffsetSize public_oe static_oe property

public static int OffsetSize
Résultat int

OldStyle public_oe static_oe property

public static bool OldStyle
Résultat bool

PrevButtonID1 public_oe static_oe property

public static int PrevButtonID1
Résultat int

PrevButtonID2 public_oe static_oe property

public static int PrevButtonID2
Résultat int

PrevOffsetX public_oe static_oe property

public static int PrevOffsetX
Résultat int

PrevWidth public_oe static_oe property

public static int PrevWidth
Résultat int

SetButtonID1 public_oe static_oe property

public static int SetButtonID1
Résultat int

SetButtonID2 public_oe static_oe property

public static int SetButtonID2
Résultat int

SetGumpID public_oe static_oe property

public static int SetGumpID
Résultat int

SetOffsetX public_oe static_oe property

public static int SetOffsetX
Résultat int

SetWidth public_oe static_oe property

public static int SetWidth
Résultat int

TextHue public_oe static_oe property

public static int TextHue
Résultat int

TextOffsetX public_oe static_oe property

public static int TextOffsetX
Résultat int

m_BoolNames public_oe static_oe property

public static string[] m_BoolNames
Résultat string[]

m_BoolValues public_oe static_oe property

public static object[] m_BoolValues
Résultat object[]

m_PoisonNames public_oe static_oe property

public static string[] m_PoisonNames
Résultat string[]

m_PoisonValues public_oe static_oe property

public static object[] m_PoisonValues
Résultat object[]