示例#1
0
 public ContextControllerHashImpl(
     ContextControllerHashFactory factory,
     ContextManagerRealization realization)
     : base(realization, factory)
 {
     hashSvc = ContextControllerHashUtil.MakeService(factory, realization);
 }
示例#2
0
 public override void ValidateGetContextProps(
     LinkedHashMap<string, object> props,
     string contextName,
     StatementRawInfo statementRawInfo,
     StatementCompileTimeServices services)
 {
     ContextControllerHashUtil.ValidateContextDesc(contextName, detail, statementRawInfo, services);
 }