The Resource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Resource()()()() |
Creates the new Resource object.
|
![]() |
Resource(Guid) |
Initializes a new instance of the Resource class with the specified key.
|
![]() |
Resource(Int32) |
Initializes a new instance of the Resource class with the specified key.
|
Methods
Name | Description | |
---|---|---|
![]() |
BeginEdit |
Brings the object in edit mode.
(Inherited from BasePersistableObject.) |
![]() |
BeginEditInternal | (Inherited from BasePersistableObject.) |
![]() |
CancelEdit |
Discards changes since the last BeginEdit()()()() call.
(Inherited from BasePersistableObject.) |
![]() |
EndEdit()()()() |
Finishes edit mode started by the BeginEdit()()()() method and
updates a corresponding data source item.
(Inherited from BasePersistableObject.) |
![]() |
EndEdit(Boolean) | (Inherited from BasePersistableObject.) |
![]() |
Equals | (Inherited from 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.) |
![]() |
FromXml(XmlReader) |
Loads an object from the specified XmlReader.
(Inherited from BaseObject.) |
![]() |
FromXml(Stream) |
Loads an object from the specified Stream.
(Inherited from BasePersistableObject.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (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.) |
![]() |
OnPropertyChanged |
Overrides the default behavior.
(Inherited from BasePersistableObject.) |
![]() |
ToString |
Overrides the default behavior.
(Inherited from BaseObject.) |
![]() |
ToXml(XmlWriter) |
Saves an object into specified XmlWriter.
(Inherited from BaseObject.) |
![]() |
ToXml(Stream) |
Saves an object to the specified Stream.
(Inherited from BasePersistableObject.) |
Properties
Name | Description | |
---|---|---|
![]() |
Brush |
Gets or sets the brush used to fill the user interface object's image.
(Inherited from BaseObject.) |
![]() |
Color |
Gets or sets the color of the user interface object.
(Inherited from BaseObject.) |
![]() |
IsEdit |
Indicates whether the object is in edit mode,
which is started using the BeginEdit()()()() method.
(Inherited from BasePersistableObject.) |
![]() |
Key |
Gets an array of objects representing the key of the BasePersistableObject.
(Inherited from BasePersistableObject.) |
![]() |
MenuCaption |
Gets or sets the menu caption for the user interface object.
(Inherited from BaseObject.) |
![]() |
Text |
Gets or sets the text which identifies a user interface object.
(Inherited from BaseObject.) |