Class WindowPosSize
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WindowPosSize.
Window and dialog position and size settings
Inheritance
object ←
Carrier ←
WindowPosSize
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get WindowPosSize 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ConfigurationAgent(configuration);
var windowPosSize = agent.GetWindowPosSize( 123 );
Constructors
WindowPosSize()
Default constructor - defaults any enum props to 0.
Properties
AssociateId
Associate id of the Associate/Person owning this window setting
Property Value
int
Spare ID, not yet in use
Property Value
int
Extra information - show state, or whatever is required
Property Value
string
Height
The height of the widget
Property Value
int
LeftX
X of origin, left edge of widget
Property Value
int
OwnerWindow
The dialog, panel or whatever that owns this record
Property Value
string
PersonId
Person id of the associate owning this window setting
Property Value
int
State
Normal = 0, Maximized = 1, Minimized = 2
NULL if unknown enum value.
Property Value
ShowWindowState?
See Also
WindowPosSize.State_String
State_String
Normal = 0, Maximized = 1, Minimized = 2
Raw string enum value.
Property Value
string
See Also
WindowPosSize.State
UpperY
Y of origin, upper edge of widget
Property Value
int
Width
The width of the widget
Property Value
int
WindowPosSizeId
Primary key
Property Value
int
See Also
ConfigurationAgent