Click or drag to resize
ElementAttribute Class
Provides additional information for a property representing an element in the object tree accessible through Consumer<TRoot>.Root.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Lawo.EmberPlusSharp.ModelElementAttribute

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class ElementAttribute : Attribute

The ElementAttribute type exposes the following members.

Constructors
  NameDescription
Public methodElementAttribute
Initializes a new instance of the ElementAttribute class
Top
Properties
  NameDescription
Public propertyIdentifier
Gets or sets the identifier of the element represented by the property carrying this attribute.
Public propertyIsOptional
Gets or sets a value indicating whether the element represented by the property carrying this attribute is optional.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This attribute only needs to be applied to properties where the property name is not identical to the Glow identifier or if the element is optional.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also