Show / Hide Table of Contents

Class EntityPropertyModel

Inheritance
System.Object
EntityPropertyModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Heart.Models
Assembly: mix.heart.dll
Syntax
public class EntityPropertyModel

Properties

| Improve this Doc View Source

PropertyName

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PropertyValue

Declaration
public object PropertyValue { get; set; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾