Skip to main content

displayformatstore-class

public class Korzh.EasyQuery.DisplayFormatStore
: IEnumerable<KeyValuePair<DataType, List<DisplayFormatDescriptor>>>, IEnumerable

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
DisplayFormatStore()void
DisplayFormatStore(Dictionary<DataType, List<DisplayFormatDescriptor>> dict)void

Methods

NameTypeDescription
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