DataOptions
DataProviderBase 의 전체설정 정보들
Signature:
export interface DataOptions
Remarks
DataProviderBase.getOptions(), setOptions 에서 사용한다.
Example
let options = ds.getOptions();
options.undoable = true;
ds.setOptions(options);
Properties
Property | Type | Description |
---|---|---|
amText | string | |
baseYear | number | |
booleanFormat | string | |
checkStates | boolean | |
commitBeforeDataEdit | boolean | |
datetimeFormat | string | |
deletable | boolean | |
deleteCreated | boolean | |
insertable | boolean | |
pmText | string | |
restoreMode | string | |
softDeleting | boolean | |
strictRestore | boolean | |
subTypeEnabled | boolean | |
undoable | boolean | |
updatable | boolean |
Properties Desc
amText
Type
- string
baseYear
Type
- number
booleanFormat
Type
- string
checkStates
Type
- boolean
commitBeforeDataEdit
Type
- boolean
datetimeFormat
Type
- string
deletable
Type
- boolean
deleteCreated
Type
- boolean
insertable
Type
- boolean
pmText
Type
- string
restoreMode
Type
- string
softDeleting
Type
- boolean
strictRestore
Type
- boolean
subTypeEnabled
Type
- boolean
undoable
Type
- boolean
updatable
Type
- boolean