adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IObjectConfigurationReportWriter Interface / AddReferencedObject Method
The internal name for the relation
The display name for the relation
The OID of the current value of the relation


In This Topic
    AddReferencedObject Method
    In This Topic
    Adds a referenced object
    Syntax
    'Declaration
     
    
    Sub AddReferencedObject( _
       ByVal fieldName As String, _
       ByVal displayName As String, _
       ByVal value As OID _
    ) 
    void AddReferencedObject( 
       string fieldName,
       string displayName,
       OID value
    )
    void AddReferencedObject( 
       String^ fieldName,
       String^ displayName,
       OID^ value
    ) 

    Parameters

    fieldName
    The internal name for the relation
    displayName
    The display name for the relation
    value
    The OID of the current value of the relation
    Remarks
    A referenced object is referenced but not owned (contained) by the caller.
    See Also