epiabstractions 1.9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
@@ -0,0 +1,53 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>EPiAbstractions.Opinionated</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="M:EPiAbstractions.Opinionated.IPageRepository.Save(EPiServer.Core.PageData,EPiServer.DataAccess.SaveAction)">
8
+ <summary>
9
+ Saves the page without checking that the user has the necessary access rights.
10
+ </summary>
11
+ </member>
12
+ <member name="M:EPiAbstractions.Opinionated.IPageRepository.Publish(EPiServer.Core.PageData)">
13
+ <summary>
14
+ Saves and publishes the page without checking that the user has the necessary access rights.
15
+ </summary>
16
+ </member>
17
+ <member name="M:EPiAbstractions.Opinionated.IPageRepository.Delete(EPiServer.Core.PageData)">
18
+ <summary>
19
+ Deletes the specified page even if it is being linked by other pages. Does not check that the
20
+ user has the necessary access rights.
21
+ </summary>
22
+ </member>
23
+ <member name="M:EPiAbstractions.Opinionated.PageRepository.Save(EPiServer.Core.PageData,EPiServer.DataAccess.SaveAction)">
24
+ <summary>
25
+ Saves the page without checking that the user has the necessary access rights.
26
+ </summary>
27
+ </member>
28
+ <member name="M:EPiAbstractions.Opinionated.PageRepository.Publish(EPiServer.Core.PageData)">
29
+ <summary>
30
+ Saves and publishes the page without checking that the user has the necessary access rights.
31
+ </summary>
32
+ </member>
33
+ <member name="M:EPiAbstractions.Opinionated.PageRepository.Delete(EPiServer.Core.PageData)">
34
+ <summary>
35
+ Deletes the specified page even if it is being linked by other pages. Does not check that the
36
+ user has the necessary access rights.
37
+ </summary>
38
+ </member>
39
+ <member name="M:EPiAbstractions.Opinionated.PageRepository.GetAncestors(EPiServer.Core.PageData)">
40
+ <summary>
41
+ Gets all of the page's ancestors such as it's parent, grandparent etc.
42
+ </summary>
43
+ </member>
44
+ <member name="M:EPiAbstractions.Opinionated.PageRepository.GetDescendentsAccessibleToCurrentUser``1(EPiServer.Core.PageReference)">
45
+ <summary>
46
+ Gets descendents (children, grandchildren etc) of a page filtered by access rights and publication status.
47
+ </summary>
48
+ <typeparam name="T"></typeparam>
49
+ <param name="pageLink"></param>
50
+ <returns></returns>
51
+ </member>
52
+ </members>
53
+ </doc>
Binary file
metadata ADDED
@@ -0,0 +1,122 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: epiabstractions
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 9
9
+ - 0
10
+ - 0
11
+ version: 1.9.0.0
12
+ platform: ruby
13
+ authors:
14
+ - Joel Abrahamsson
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-08-02 00:00:00 +02:00
20
+ default_executable:
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: castle.core
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - "="
29
+ - !ruby/object:Gem::Version
30
+ hash: 103
31
+ segments:
32
+ - 1
33
+ - 2
34
+ - 10
35
+ - 0
36
+ version: 1.2.10.0
37
+ type: :runtime
38
+ version_requirements: *id001
39
+ - !ruby/object:Gem::Dependency
40
+ name: castle.dynamicproxy2
41
+ prerelease: false
42
+ requirement: &id002 !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - "="
46
+ - !ruby/object:Gem::Version
47
+ hash: 103
48
+ segments:
49
+ - 2
50
+ - 1
51
+ - 0
52
+ - 0
53
+ version: 2.1.0.0
54
+ type: :runtime
55
+ version_requirements: *id002
56
+ - !ruby/object:Gem::Dependency
57
+ name: pagetypebuilder
58
+ prerelease: false
59
+ requirement: &id003 !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - "="
63
+ - !ruby/object:Gem::Version
64
+ hash: 79
65
+ segments:
66
+ - 1
67
+ - 2
68
+ - 0
69
+ - 0
70
+ version: 1.2.0.0
71
+ type: :runtime
72
+ version_requirements: *id003
73
+ description: EPiAbstractions provides facades for many of the classes in EPiServers products which enable its users to decouple their code from the concrete implementations and thereby gaining the ability to unit test code that otherwise would depend on the concrete implementations.
74
+ email: mail@joelabrahamsson.com
75
+ executables: []
76
+
77
+ extensions: []
78
+
79
+ extra_rdoc_files: []
80
+
81
+ files:
82
+ - lib/EPiAbstractions.dll
83
+ - lib/EPiAbstractions.Fakes.dll
84
+ - lib/EPiAbstractions.FixtureSupport.dll
85
+ - lib/EPiAbstractions.Opinionated.dll
86
+ - lib/EPiAbstractions.Opinionated.xml
87
+ has_rdoc: true
88
+ homepage: http://epiabstractions.codeplex.com
89
+ licenses: []
90
+
91
+ post_install_message:
92
+ rdoc_options: []
93
+
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ hash: 3
102
+ segments:
103
+ - 0
104
+ version: "0"
105
+ required_rubygems_version: !ruby/object:Gem::Requirement
106
+ none: false
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ hash: 3
111
+ segments:
112
+ - 0
113
+ version: "0"
114
+ requirements: []
115
+
116
+ rubyforge_project:
117
+ rubygems_version: 1.3.7
118
+ signing_key:
119
+ specification_version: 3
120
+ summary: EPiAbstractions
121
+ test_files: []
122
+