프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Accounts | ReadOnlyCollection |
||
Addresses | ReadOnlyCollection |
||
BusinessDocsTypes | ReadOnlyCollection |
||
Cities | ReadOnlyCollection |
||
Companies | ReadOnlyCollection |
||
Countries | ReadOnlyCollection |
||
Customers | ReadOnlyCollection |
||
Dates | ReadOnlyCollection |
||
Departments | ReadOnlyCollection |
||
EmailAddreses | ReadOnlyCollection |
||
FirstNames | ReadOnlyCollection |
||
LastNames | ReadOnlyCollection |
||
Offices | ReadOnlyCollection |
||
PhoneNumbers | ReadOnlyCollection |
||
WebApplications | ReadOnlyCollection |
||
WebSites | ReadOnlyCollection |
||
Years | ReadOnlyCollection |
메소드 | 설명 | |
---|---|---|
CreateDocx ( ) : byte[] | ||
GetRandomDate ( int yearMin, int yearMax ) : System.DateTime | ||
GetRandomDateCurrentMonth ( ) : System.DateTime | ||
GetRandomName ( IList |
||
GetRandomNonRepeatingValues ( IList |
||
GetRandomNumber ( int min, int max ) : int | ||
GetSampleValueAt ( List |
||
GetSampleValueRandom ( IList |
||
PrepareSampleCollections ( ) : void |
메소드 | 설명 | |
---|---|---|
AddRandomPngFile ( ) : byte[] | ||
CreateExcel ( ) : byte[] | ||
CreatePDF ( int minKB, int maxKB ) : byte[] | ||
DrawText ( |
||
DrawText ( |
||
createSampleCollection ( string csvFileName ) : ReadOnlyCollection |
||
getMultipleLoremIpsum ( string lorem, int repeat ) : string | ||
importDepartments ( string csvFileName ) : ReadOnlyCollection |
public static GetRandomDate ( int yearMin, int yearMax ) : System.DateTime | ||
yearMin | int | |
yearMax | int | |
리턴 | System.DateTime |
public static GetRandomDateCurrentMonth ( ) : System.DateTime | ||
리턴 | System.DateTime |
public static GetRandomName ( IList |
||
primaryCollection | IList |
|
secondaryCollection | IList |
|
tertiaryCollection | IList |
|
attempt | int | |
baseName | string | |
리턴 | string |
public static GetRandomNonRepeatingValues ( IList |
||
collection | IList |
|
valuesCount | int | |
defaultValueIndex | int | |
리턴 | IList |
public static GetRandomNumber ( int min, int max ) : int | ||
min | int | |
max | int | |
리턴 | int |
public static GetSampleValueAt ( List |
||
sampleCollection | List |
|
index | int | |
리턴 | string |
public static GetSampleValueRandom ( IList |
||
sampleCollection | IList |
|
리턴 | string |
public static ReadOnlyCollection |
||
리턴 | ReadOnlyCollection |
public static ReadOnlyCollection |
||
리턴 | ReadOnlyCollection |