adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IObjectConfigurationReportWriter Interface / AddContainedObject Method
The internal name for the relation
The display name for the relation
An optional heading to appear above the output for the contained object


In This Topic
    AddContainedObject Method
    In This Topic
    Adds a contained object
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    <MustUseReturnValueAttribute()>
    Function AddContainedObject( _
       ByVal relationName As String, _
       ByVal relationDisplayName As String, _
       ByVal objectHeader As String _
    ) As IObjectConfigurationReportWriter
    [NotNull()]
    [MustUseReturnValue()]
    IObjectConfigurationReportWriter AddContainedObject( 
       string relationName,
       string relationDisplayName,
       string objectHeader
    )
    [NotNull()]
    [MustUseReturnValue()]
    IObjectConfigurationReportWriter^ AddContainedObject( 
       String^ relationName,
       String^ relationDisplayName,
       String^ objectHeader
    ) 

    Parameters

    relationName
    The internal name for the relation
    relationDisplayName
    The display name for the relation
    objectHeader
    An optional heading to appear above the output for the contained object
    Remarks

    A contained object is an object that is a constituent part of the parent object.

    This method returns a reference to a new IObjectConfigurationReportWriter, which should be passed to the contained object so it can add itself to the report.

    See Also