| GroupLineDetail Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Intuit.Ipp.Data
 Syntax
Syntax[SerializableAttribute] public class GroupLineDetail
The GroupLineDetail type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GroupLineDetail | Initializes a new instance of the GroupLineDetail class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | GroupItemRef | 
            
            Product: ALL
            Description: Reference to a group
            item for all the lines that belong to the group.
            
             | 
|  | GroupLineDetailEx | 
            
            Product: ALL
            Description: Internal use only:
            extension place holder for GroupLineDetail
            
             | 
|  | Line | 
            
            Product: ALL
            Description: The list of lines
            expanded from the group item. Note that a group line cannot itself
            contain group lines.
            
             | 
|  | Quantity | 
            
            Product: ALL
            Description: Quantity of the group
            item.
            
             | 
|  | QuantitySpecified | |
|  | ServiceDate | 
            
            Product: ALL
            Description: Date when the service is
            performed.
            
             | 
|  | ServiceDateSpecified | |
|  | UOMRef | 
            
            Product: ALL
            Description: Unit of Measure
            reference.
            
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | CopyRecursive | 
            recursively copies object properties to destination.
            (Defined by Utility.) | 
 Remarks
Remarks See Also
See Also