Classes/SolutionComponent.ps1

class SolutionComponent
{
    [Int]
    $ComponentType

    [datetime]
    $CreatedOn

    [bool]
    $IsMetaData

    [datetime]
    $ModifiedOn

    [guid]
    $ObjectId

    [Int]
    $RootComponentBehavior

    [guid]
    $SolutionComponentId

    [guid]
    $RootSolutionComponentId

    [guid]
    $SolutionId

    [guid]
    $ParentObjectId

    [guid]
    $OriginalObjectId

    [string]
    $SchemaName

}