예제 #1
0
 public UriMtHelper(IOidStrategy oidStrategy, HttpRequestMessage req, ITypeFacade spec)
     : this(oidStrategy, req)
 {
     this.spec  = spec;
     cachedId   = "";
     CachedType = RestUtils.SpecToPredefinedTypeString(spec, oidStrategy);
 }
예제 #2
0
 private string GetParameterValue(RestControlFlags flags, ITypeFacade parameterValueSpec)
 {
     return(RestUtils.SpecToPredefinedTypeString(parameterValueSpec, oidStrategy));
 }