Mercurial > pub > ImplabNet
comparison Implab.ServiceHost/Unity/ITextValue.cs @ 275:6fefd5811b9b v3
refactoring
author | cin |
---|---|
date | Fri, 27 Apr 2018 16:57:30 +0300 |
parents | 22629bf26121 |
children |
comparison
equal
deleted
inserted
replaced
274:22629bf26121 | 275:6fefd5811b9b |
---|---|
1 namespace Implab.ServiceHost.Unity { | 1 namespace Implab.ServiceHost.Unity { |
2 public interface ITextValue { | 2 public interface ITextValue { |
3 | |
3 string TypeName { get; } | 4 string TypeName { get; } |
4 | 5 |
5 string Value { get; } | 6 string Value { get; } |
6 | 7 |
7 } | 8 } |