프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PropDefBuilder | System |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
PropDefBuilder ( ) : System |
public WithAssemblyName ( string assemblyName ) : PropDef | ||
assemblyName | string | |
리턴 | PropDef |
public WithDatabaseFieldName ( string fieldName ) : PropDef | ||
fieldName | string | |
리턴 | PropDef |
public WithDefaultValue ( string defaultValue ) : PropDef | ||
defaultValue | string | |
리턴 | PropDef |
public WithPropertyName ( string propertyName ) : |
||
propertyName | string | |
리턴 |
public WithReadWriteRule ( PropReadWriteRule propReadWriteRule ) : PropDef | ||
propReadWriteRule | PropReadWriteRule | |
리턴 | PropDef |