Property | Type | Description | |
---|---|---|---|
PropDefBuilder | System |
Method | Description | |
---|---|---|
IsAutoIncrementing ( ) : PropDef | ||
IsCompulsory ( ) : PropDef | ||
WithAssemblyName ( string assemblyName ) : PropDef | ||
WithDatabaseFieldName ( string fieldName ) : PropDef | ||
WithDefaultValue ( string defaultValue ) : PropDef | ||
WithPropertyName ( string propertyName ) : |
||
WithReadWriteRule ( PropReadWriteRule propReadWriteRule ) : PropDef | ||
WithTypeName ( string typeName ) : PropDef |
Method | Description | |
---|---|---|
PropDefBuilder ( ) : System |
public WithAssemblyName ( string assemblyName ) : PropDef | ||
assemblyName | string | |
return | PropDef |
public WithDatabaseFieldName ( string fieldName ) : PropDef | ||
fieldName | string | |
return | PropDef |
public WithDefaultValue ( string defaultValue ) : PropDef | ||
defaultValue | string | |
return | PropDef |
public WithPropertyName ( string propertyName ) : |
||
propertyName | string | |
return |
public WithReadWriteRule ( PropReadWriteRule propReadWriteRule ) : PropDef | ||
propReadWriteRule | PropReadWriteRule | |
return | PropDef |
public WithTypeName ( string typeName ) : PropDef | ||
typeName | string | |
return | PropDef |