csharp 在查找中绑定枚举

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 在查找中绑定枚举相关的知识,希望对你有一定的参考价值。

context.BindValueTypeProperty(e => e.Type).To(lkpType).SetConvert(i => (int)i.Source).SetConvertBack(i => (VehicleRemainingDocumentType)i.Target); 
				
				
				
context.BindValueTypeProperty(c => c.TransportationType).To(transportationTypeLookup).SetConvert(t => ((int)t.Source) == 0 ? null : (int?)t.Source);

以上是关于csharp 在查找中绑定枚举的主要内容,如果未能解决你的问题,请参考以下文章

csharp Python中内置的枚举函数可以把一个列表变成索引 - 元素对,这样就可以在对循环中同时迭代索引和元素本身:

csharp 缓存枚举器,确保源枚举器只迭代一次

如何在 SwiftUI 中使用枚举绑定数据?

csharp 对可枚举列表进行排序

csharp C#枚举到字符串

csharp 枚举说明