Click or drag to resize
HyperTextStylesLinkSubclass Structure
A structure for storing a style for a subclass of link.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct LinkSubclass : IIdentifiable<string>, 
	IPropertyBackingFieldCompatible<HyperTextStylesLinkSubclass>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<HyperTextStylesLinkSubclass>

The HyperTextStylesLinkSubclass type exposes the following members.

Constructors
  NameDescription
Public methodHyperTextStylesLinkSubclass
Initializes a new instance of the HyperTextStylesLinkSubclass struct.
Top
Properties
  NameDescription
Public propertyClassName
Gets the name of the class.
Public propertyIdentifier
Gets the identifier.
Public propertyStyle
Gets the style.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current HyperTextStylesLinkSubclass.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(HyperTextStylesLinkSubclass)
Determines whether the specified HyperTextStylesLinkSubclass is equal to the current HyperTextStylesLinkSubclass.
Public methodGetHashCode
Serves as a hash function for a HyperTextStylesLinkSubclass object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
See Also