| RpObjectILS_RP_ATTR_REF Method (String, String, String, String) |
Defines an attribute attrName to the class clName
with accessor accName.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public static void ILS_RP_ATTR_REF(
string clName,
string attrName,
string accName,
string attrType
)
Public Shared Sub ILS_RP_ATTR_REF (
clName As String,
attrName As String,
accName As String,
attrType As String
)
public:
static void ILS_RP_ATTR_REF(
String^ clName,
String^ attrName,
String^ accName,
String^ attrType
)
Parameters
- clName
- Type: SystemString
The name of the class. - attrName
- Type: SystemString
The attribute name. - accName
- Type: SystemString
The accessor name. - attrType
- Type: SystemString
The reference type name.
See Also