コード例 #1
0
 public ServerRegistrationMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #2
0
 public ConsentMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #3
0
ファイル: BaseMapper.cs プロジェクト: leekelleher/umbraco-cms
 protected BaseMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
 {
     _sqlContext = sqlContext;
     _maps       = maps;
 }
コード例 #4
0
 public SimpleContentTypeMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #5
0
 public AuditItemMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #6
0
 public PropertyGroupMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #7
0
 public DataTypeMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #8
0
 public LogViewerQueryMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #9
0
 public ExternalLoginTokenMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #10
0
 public TemplateMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #11
0
 public DictionaryMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #12
0
 public KeyValueMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #13
0
 public UmbracoEntityMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
コード例 #14
0
 public LanguageMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }