gpt4 book ai didi

c# - EntityObject 用法

转载 作者:太空宇宙 更新时间:2023-11-03 10:50:01 24 4
gpt4 key购买 nike

我刚得到一个要使用的 DLL 库,其中记录了以下类:

类定义:

[SerializableAttribute]
[EdmEntityTypeAttribute(NamespaceName = "CustomerData", Name = "Customer")]
[DataContractAttribute(IsReference = true)]
public class Customer : EntityObject

类属性文档:

Name: public string Name { get; set; }
Description: public string Description { get; set; }
EntityKey: Inherited from EntityObject
EntityState: Inherited from EntityObject
etc... (common properties)

虽然我可以声明和使用它,但我猜测这个类是如何构建的(EntityFramework?)以及如何使用 EntityKey 和 EntityState 属性。为什么继承自 EntityObject ?

我只有 DLL 和很少的引用资料。

最佳答案

是的,这个类来自某个版本的 Entity Framework 。

我强烈建议您忽略基类中的那些属性。它们特定于类的实现,几乎肯定不会被使用。

关于c# - EntityObject 用法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21763882/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com