Selerix Developer Tools
BaseEntityType Enumeration






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace : BaseEntityType Enumeration
Base entity type of standart note
Syntax
'Declaration
 
Public Enum BaseEntityType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As BaseEntityType
public enum BaseEntityType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum BaseEntityType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class BaseEntityType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Offering1The offering
OfferingProduct3The offering product
Portfolio0The portfolio
Product2The product
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.Foundation.Data.BaseEntityType

See Also

Reference

Selerix.Foundation.Data Namespace