Class EntityComponentProperty
[DataContract]
public class EntityComponentProperty- Inheritance
- 
      objectEntityComponentProperty
Constructors
EntityComponentProperty()
public EntityComponentProperty()EntityComponentProperty(EntityComponentPropertyType, string, object)
public EntityComponentProperty(EntityComponentPropertyType type, string name, object value)Parameters
- typeEntityComponentPropertyType
- namestring
- valueobject
Properties
Name
public string Name { get; set; }Property Value
Type
public EntityComponentPropertyType Type { get; set; }Property Value
Value
public object Value { get; set; }Property Value
- object