General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
Frame Members
Serves as the site for a nested View.
Constructors
Name | Description |
---|---|
Frame(XafApplication, TemplateContext, Controller[]) |
Creates an instance of the Frame class. |
Frame(XafApplication, TemplateContext, ICollection<Controller>) |
Creates an instance of the Frame class. |
Properties
Name | Description |
---|---|
Application |
Provides access to an XafApplication object that can be used to manage the current application. |
Context |
Returns a Frame's context. |
Controllers |
Provides access to the Controller collection. |
IsViewControllersActivation |
Indicates whether Controllers are currently being activated. |
Tag |
Provides access to the object that contains data about the Frame. |
Template | |
View |
Methods
Name | Description |
---|---|
CreateTemplate() |
For internal use only. |
Dispose() |
Releases all resources used by this Frame object. |
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) static |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
GetController<ControllerType>() |
Returns a specified Controller from the current Frame's Frame.Controllers collection. |
GetControllers(Type) |
For internal use. |
GetHashCode() |
Serves as the default hash function.
(Inherited from Object)
|
GetType() |
Gets the Type of the current instance.
(Inherited from Object)
|
MemberwiseClone() |
Creates a shallow copy of the current Object.
(Inherited from Object)
|
ReferenceEquals(Object, Object) static |
Determines whether the specified Object instances are the same instance.
(Inherited from Object)
|
RegisterController(Controller) |
Registers a specified Controller within a Frame's Frame.Controllers collection. |
SaveModel() |
Writes information on a Frame's View and Template to the Application Model. |
SetControllersActive(String, Boolean) |
Activates or deactivates the current Frame's Controllers for a specified reason. |
SetTemplate(IFrameTemplate) | |
SetView(View) | |
SetView(View, Boolean, Frame) | |
SetView(View, Boolean, Frame, Boolean) | |
SetView(View, Frame) | |
ToString() |
Returns a string that represents the current object.
(Inherited from Object)
|
Events
Name | Description |
---|---|
Disposed |
Occures after the current Frame has been disposed of. |
Disposing |
Occurs when the current Frame is disposed of. |
ProcessActionContainer |
Occurs when the Action Containers displayed in the current Frame are changed. |
TemplateChanged | |
TemplateChanging | |
TemplateModelSaving |
Occurs before synchronizing information on a Frame's Template. |
TemplateViewChanged |
Occurs after a template is changed and a View is set for it. |
ViewChanged | |
ViewChanging | |
ViewControllersActivated |
Occurs after Controllers have been activated for the current Frame. |
ViewModelSaving |