TsDataPermissionStatementType Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Conversion..::..TsDataPermissionStatementType

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Conversion
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class TsDataPermissionStatementType _
    Implements IXmlSerializable
'Usage
Dim instance As TsDataPermissionStatementType
[SerializableAttribute]
public class TsDataPermissionStatementType : IXmlSerializable
[SerializableAttribute]
public ref class TsDataPermissionStatementType : IXmlSerializable
[<SerializableAttribute>]
type TsDataPermissionStatementType =  
    class
        interface IXmlSerializable
    end
public class TsDataPermissionStatementType implements IXmlSerializable

The TsDataPermissionStatementType type exposes the following members.

Constructors

  Name Description
Public method TsDataPermissionStatementType() () () () Initializes a new instance of the TsDataPermissionStatementType class.
Public method TsDataPermissionStatementType(Int32, Int32) Initializes a new instance of the TsDataPermissionStatementType class.

Top

Properties

  Name Description
Public property Action Gets or sets {insert text here}.
Public property EndLineNumberOffset Gets or sets {insert text here}.
Public property EndLinePositionOffset Gets or sets {insert text here}.
Public property Grantee Gets or sets {insert text here}.
Public property Grantor Gets or sets {insert text here}.
Public property LineNumberOffset Gets or sets {insert text here}.
Public property LinePositionOffset Gets or sets {insert text here}.
Public property Object Gets or sets {insert text here}.
Public property Permission Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSchema
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadXml Write this object to Xml
Public method ToString (Inherited from Object.)
Public method WriteXml Reconstruct this object from Xml document

Top

Remarks

<remarks />

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Conversion Namespace