IlsRTTypes::AttributeKind
 
IlsRTTypes::AttributeKind
Category 
Dynamic view-related nested enumerated type (server and component side)
Description 
This enumerated type lists the various types of server attributes. It is used as a member of the class IlsAttributeDef. Its values are:
*EntryValue: Defines an entry attribute. Use the function IlsAttributeDef::isEntry to test whether the attribute is an entry.
*DerivedValue: Defines a derived attribute. Use the function IlsAttributeDef::isDerived to test whether the attribute is a derived attribute.
*AttrValue: Defines a pure or simple attribute. Use the function IlsAttributeDef::isPureAttr to test whether the attribute is a simple attribute.
Libraries 
<mvserver> and <mvcomp>
Header File 
#include <ilserver/rttypes.h>
Synopsis 
class IlsRTTypes{
public:
enum AttributeKind{
EntryValue=1,
EntryRef=2,
DerivedValue=3,
DerivedRef=4,
AttrValue=5,
AttrRef=6;
};
};
See Also 
IlsAttributeDef, ILS_DERIVED_XXX, ILS_ENTRY_XXX, ILS_RW_ATTRIBUTE_XXX, ILS_RW_INDEXED_ATTR_XXX, ILS_W_ENTRY_XXX

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.