Classes/SolutionComponent.ps1

class SolutionComponent
{
    [Int]
    $ComponentType

    [datetime]
    $CreatedOn

    [bool]
    $IsMetaData

    [datetime]
    $ModifiedOn

    [guid]
    $ObjectId

    [Int]
    $RootComponentBehavior

    [guid]
    $SolutionComponentId
}