StaticAttribute Class¶
Static Attribute
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.StaticAttribute
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class StaticAttribute : INotifyPropertyChanged,
IEquatable<StaticAttribute>
VB¶
Public Class StaticAttribute
Implements INotifyPropertyChanged, IEquatable(Of StaticAttribute)
The StaticAttribute type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | Caption | Gets the Caption. |
![]() | CaptionProperties | Gets the CaptionProperties. |
![]() | Identifier | Gets the identifier. |
![]() | Image | Gets the Image. |
![]() | Name | Gets the identifier. |
![]() | PictureMode | Gets the PictureMode. |
![]() | StaticFieldType | Gets the StaticFieldType. |
![]() | Url | Gets the Url. |
![]() | UrlText | Gets the UrlText. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() | Equals(StaticAttribute) | Determines whether the specified object is equal to the current object. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | Raised when the solution is deleted. |
![]() | PropertyChanged | Occurs when a property value changes. |