C# Class Rackspace.VisualStudio.CloudExplorer.RackspaceProductsNode

Inheritance: AsyncNode, ISerializable, IChildrenNotSerializable
Exibir arquivo Open project: rackerlabs/rax-vsix

Public Properties

Property Type Description
parentType System.Type

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RackspaceProductsNode ( ) : System

Protected Methods

Method Description
CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
RackspaceProductsNode ( SerializationInfo info, StreamingContext context ) : System

Method Details

CreateChildrenAsync() protected method

protected CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

RackspaceProductsNode() public method

public RackspaceProductsNode ( ) : System
return System

RackspaceProductsNode() protected method

protected RackspaceProductsNode ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

Property Details

parentType public_oe static_oe property

The Server Explorer implementation looks for this field before creating a root node.
This field definition cannot be moved or altered.
public static Type,System parentType
return System.Type