Method | Description | |
---|---|---|
IsPropValueValid ( object value ) : bool | ||
PropDefFake ( ) : System | ||
PropDefFake ( string propName ) : System | ||
SetCompulsory ( bool value ) : void | ||
SetDatabaseFieldName ( string name ) : void | ||
SetDefaultValue ( object value ) : void | ||
SetDefaultValueString ( string value ) : void | ||
SetPropType ( |
||
SetPropertyName ( string name ) : void | ||
SetPropertyType ( |
||
SetPropertyTypeAssemblyName ( string name ) : void | ||
SetPropertyTypeName ( string name ) : void | ||
SetReadWriteRule ( PropReadWriteRule rule ) : void |
public IsPropValueValid ( object value ) : bool | ||
value | object | |
return | bool |
public PropDefFake ( string propName ) : System | ||
propName | string | |
return | System |
public SetDatabaseFieldName ( string name ) : void | ||
name | string | |
return | void |
public SetDefaultValue ( object value ) : void | ||
value | object | |
return | void |
public SetDefaultValueString ( string value ) : void | ||
value | string | |
return | void |
public SetPropertyName ( string name ) : void | ||
name | string | |
return | void |
public SetPropertyType ( |
||
type | ||
return | void |
public SetPropertyTypeAssemblyName ( string name ) : void | ||
name | string | |
return | void |
public SetPropertyTypeName ( string name ) : void | ||
name | string | |
return | void |
public SetReadWriteRule ( PropReadWriteRule rule ) : void | ||
rule | PropReadWriteRule | |
return | void |