Information regarding a specific frame
Syntax| C# |
[SerializableAttribute] public class FrameInfo : INotifyPropertyChanged, IXmlSerializable
Members| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
![]() | FrameInfoNew() |
Create a new FrameInfo object.
|
![]() | FrameInfoNew(String, String, Int32) |
Create a new FrameInfo object.
|
![]() | Equals(Object) |
Determines if two FrameInfo objects are equal.
(Overrides Object.Equals(Object).) |
![]() | Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode() |
Get hash code of this FrameInfo object.
(Overrides Object.GetHashCode().) |
![]() | GetIndexer(String) |
Get the set indexer on this FrameInfo
|
![]() | GetSchema() | |
![]() | GetType() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Id |
Get frame id.
|
![]() | Index |
Get frame index.
|
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Name |
Get frame name.
|
![]() | PropertyChanged |
Occurs when a property on the FrameInfo object changes.
|
![]() | ReadXml(XmlReader) | |
![]() | Rectangle |
Get the rectangle coordinates of this frame.
|
![]() | ToString() |
String representation of the frame info.
(Overrides Object.ToString().) |
![]() | UniqueId |
Gets the unique id of the frame for that session.
Note: This property is not garanteed to be the same between requests to the same page
so it shouldn't be serialized as part of this frame's information.
|
![]() | WriteXml(XmlWriter) |
Inheritance Hierarchy| Object | |
![]() | FrameInfo |
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)





