Interface to access template object (being pointed by the given V5 object) properties.
Role:
This interface given a V5 object, will get the handle to the template object using
the pointer attribute referring in it and allows to access the properties of the
template object.
This interface expect caller to use attribute name define in PPPR server
for example caller should use "note" to access Description .
Methods
-
Func GetTemplateBooleanAttribute( iAttrName) As
-
This gets a String Attribute value of an input Object
- Parameters:
-
- iAttrName
- The name of the Attribute whose value we need
dd>
- oAttrValue
- The value of the attribute
dd>
- Returns:
- S_OK
dd>
-
Func GetTemplateDoubleAttribute( iAttrName) As
-
This gets a String Attribute value of an input Object
- Parameters:
-
- iAttrName
- The name of the Attribute whose value we need
dd>
- oAttrValue
- The value of the attribute
dd>
- Returns:
- S_OK
dd>
-
Func GetTemplateLongAttribute( iAttrName) As
-
This gets a String Attribute value of an input Object
- Parameters:
-
- iAttrName
- The name of the Attribute whose value we need
dd>
- oAttrValue
- The value of the attribute
dd>
- Returns:
- S_OK
dd>
-
Func GetTemplateStringAttribute( iAttrName) As
-
This gets a String Attribute value of an input Object
- Parameters:
-
- iAttrName
- The name of the Attribute whose value we need
dd>
- oAttrValue
- The value of the attribute
dd>
- Returns:
- S_OK
dd>