메소드 | 설명 | |
---|---|---|
Add ( prDtl ) : void |
Override the New method in the base class, because it's lots cheaper than using an event.
|
|
ListAllItems ( ) : void |
List each item in a new line on the system console.
|
|
ListAllItems ( TextWriter pswOut ) : void |
List each item in a new line on the specified TextWriter.
|
|
ListAllItemsInArray ( ) : string[] |
Fill an array of strings with report items.
|
|
ReportDetails ( ) : System |
Construct an empty list.
|
|
ReportDetails ( ICollection pICollection ) : System |
Construct a list with an initial capacity sufficient to hold the whole ICollection, but check them in one by one.
|
|
ReportDetails ( int pintCapacity ) : System |
Construct an empty list, with a specified initial capacity.
|
메소드 | 설명 | |
---|---|---|
GetLongestDisplayValue ( ) : int | ||
GetLongestLabel ( ) : int |
public Add ( prDtl ) : void | ||
prDtl | /// The ReportDetail item to add to the collection. /// | |
리턴 | void |
public ListAllItems ( TextWriter pswOut ) : void | ||
pswOut | TextWriter | /// Specify the open TextWriter on which to write the report. /// |
리턴 | void |
public ReportDetails ( ICollection pICollection ) : System | ||
pICollection | ICollection | /// The collection from which to construct the list. Any member that is /// a ReportDetail is added. Others are discarded, so that the finished /// collection is homogeneous. /// |
리턴 | System |
public ReportDetails ( int pintCapacity ) : System | ||
pintCapacity | int | /// Set the initial capacity of the list to this value. /// |
리턴 | System |