File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,24 @@ public interface IControllerMetaData
13
13
/// <value>
14
14
/// The type of the extension.
15
15
/// </value>
16
- Type ControllerType { get ; }
16
+ Type ? ControllerType { get ; }
17
17
18
18
/// <summary>
19
19
/// Gets the controller execute parameters.
20
20
/// </summary>
21
- ControllerExecParameters ExecParameters { get ; }
21
+ ControllerExecParameters ? ExecParameters { get ; }
22
22
23
23
/// <summary>
24
24
/// Gets the controller role information.
25
25
/// </summary>
26
- ControllerRole Role { get ; }
26
+ ControllerRole ? Role { get ; }
27
27
28
28
/// <summary>
29
29
/// Gets the controller security information.
30
30
/// </summary>
31
31
/// <value>
32
32
/// The controller security information.
33
33
/// </value>
34
- ControllerSecurity Security { get ; }
34
+ ControllerSecurity ? Security { get ; }
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments