Interface IDemoEntity
public interface IDemoEntity
- Extension Methods
Properties
Guid
IProperty<string> Guid { get; }
Property Value
Name
IPropertyWritable<string> Name { get; }
Property Value
Score
IProperty<int> Score { get; }
public interface IDemoEntity
IProperty<string> Guid { get; }
IPropertyWritable<string> Name { get; }
IProperty<int> Score { get; }