displayformatstore-class
public class Korzh.EasyQuery.DisplayFormatStore
: IEnumerable<KeyValuePair<DataType, List<DisplayFormatDescriptor>>>, IEnumerable
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
DisplayFormatStore() | void | |
DisplayFormatStore(Dictionary <DataType , List <DisplayFormatDescriptor>> dict) | void |
Methods
Name | Type | Description |
---|---|---|
AddOrUpdate(DataType type, string name, string format) | DisplayFormatDescriptor | |
Clear() | void | |
Delete(DataType type, string name) | void | |
GetDefault(DataType type) | DisplayFormatDescriptor | |
GetEnumerator() | IEnumerator <KeyValuePair <DataType , List <DisplayFormatDescriptor>>> | |
SetDefault(DataType type, string name) | void | |
TryGetFormat(DataType type, string name, DisplayFormatDescriptor& desc) | bool |