Method | Description | |
---|---|---|
AddField ( |
||
AddField ( |
||
Create ( ) : |
Create instance of RecordType. In case it was bult incorrect - throws exception.
|
|
RecordTypeBuilder ( |
||
SetBaseType ( String baseType ) : |
Define base record type
|
|
SetBaseType ( |
Define base record type
|
|
SetName ( String fullName ) : |
Define name by full name
|
|
SetName ( String name, String @namespace ) : |
Define name by name and @namespace
|
|
SetTag ( System.Guid tag ) : |
Define tag
|
|
SetUsings ( List |
public AddField ( |
||
index | ||
name | String | |
typeName | String | |
qualifier | FieldQualifier | |
defaultValue | Object | |
return |
public AddField ( |
||
index | ||
name | String | |
typeResolver | ||
qualifier | FieldQualifier | |
defaultValue | Object | |
return |
public RecordTypeBuilder ( |
||
typeContext | ||
return | System |
public SetBaseType ( String baseType ) : |
||
baseType | String | |
return |
public SetBaseType ( |
||
baseTypeResolver | ||
return |
public SetName ( String fullName ) : |
||
fullName | String | |
return |
public SetName ( String name, String @namespace ) : |
||
name | String | |
@namespace | String | |
return |
public SetTag ( System.Guid tag ) : |
||
tag | System.Guid | |
return |
public SetUsings ( List |
||
usings | List |
|
return |