Click or drag to resize

AttachableMemberIdentifier Class

Attachable member identifier for properties, when xaml is not present/available
Inheritance Hierarchy

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class AttachableMemberIdentifier : IEquatable<AttachableMemberIdentifier>

The AttachableMemberIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodAttachableMemberIdentifier
Initializes a new instance of the AttachableMemberIdentifier class.
Top
Properties
  NameDescription
Public propertyDeclaringType
Gets the type that declared the member.
Public propertyMemberName
Gets the name of the member.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current AttachableMemberIdentifier.
(Overrides ObjectEquals(Object).)
Public methodEquals(AttachableMemberIdentifier)
Determines whether the specified AttachableMemberIdentifier is equal to the current AttachableMemberIdentifier.
Public methodGetHashCode
Serves as a hash function for a AttachableMemberIdentifier object.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a String that represents the current AttachableMemberIdentifier.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two AttachableMemberIdentifier objects for equality
Public operatorStatic memberInequality
Compares two AttachableMemberIdentifier objects for inequality
Top
Remarks
This is used to provide an alternate implementation of the AttachableMemberIdentifier when compiling without XAML support.
See Also

Reference