Click or drag to resize

EntityNameAttribute Class

Custom attribute to define names of entites to be used in ODW to portal mappings
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Omada.OE.Model.EsAdapter.AttributesEntityNameAttribute

Namespace:  Omada.OE.Model.EsAdapter.Attributes
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[AttributeUsageAttribute(AttributeTargets.Class)]
public class EntityNameAttribute : Attribute

The EntityNameAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEntityNameAttribute
Constructor
Top
Fields
  NameDescription
Public fieldName
Name of the entity
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also