~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.CoreLocation/CLAuthroziationChangedEventArgs.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Type Name="CLAuthroziationChangedEventArgs" FullName="MonoMac.CoreLocation.CLAuthroziationChangedEventArgs">
2
 
  <TypeSignature Language="C#" Value="public class CLAuthroziationChangedEventArgs : EventArgs" />
3
 
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CLAuthroziationChangedEventArgs extends System.EventArgs" />
 
2
  <TypeSignature Language="C#" Value="public class CLAuthroziationChangedEventArgs : MonoMac.CoreLocation.CLAuthorizationChangedEventArgs" />
 
3
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CLAuthroziationChangedEventArgs extends MonoMac.CoreLocation.CLAuthorizationChangedEventArgs" />
4
4
  <AssemblyInfo>
5
5
    <AssemblyName>MonoMac</AssemblyName>
6
6
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
7
7
  </AssemblyInfo>
8
8
  <Base>
9
 
    <BaseTypeName>System.EventArgs</BaseTypeName>
 
9
    <BaseTypeName>MonoMac.CoreLocation.CLAuthorizationChangedEventArgs</BaseTypeName>
10
10
  </Base>
11
11
  <Interfaces />
 
12
  <Attributes>
 
13
    <Attribute>
 
14
      <AttributeName>System.Obsolete("Use CLAuthorizationChangedEventArgs")</AttributeName>
 
15
    </Attribute>
 
16
  </Attributes>
12
17
  <Docs>
13
 
    <summary>Provides data for the <see cref="E:MonoMac.CoreLocation.CLAuthroziationChangedEventArgs.AuthorizationChanged" /> event.</summary>
 
18
    <summary>Provides data for the  event.</summary>
14
19
    <remarks>
15
20
    </remarks>
16
21
  </Docs>
32
37
        </remarks>
33
38
      </Docs>
34
39
    </Member>
35
 
    <Member MemberName="Status">
36
 
      <MemberSignature Language="C#" Value="public MonoMac.CoreLocation.CLAuthorizationStatus Status { get; set; }" />
37
 
      <MemberSignature Language="ILAsm" Value=".property instance valuetype MonoMac.CoreLocation.CLAuthorizationStatus Status" />
38
 
      <MemberType>Property</MemberType>
39
 
      <AssemblyInfo>
40
 
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
41
 
      </AssemblyInfo>
42
 
      <ReturnValue>
43
 
        <ReturnType>MonoMac.CoreLocation.CLAuthorizationStatus</ReturnType>
44
 
      </ReturnValue>
45
 
      <Docs>
46
 
        <summary>To be added.</summary>
47
 
        <value>To be added.</value>
48
 
        <remarks>To be added.</remarks>
49
 
      </Docs>
50
 
    </Member>
51
40
  </Members>
52
41
</Type>