C# Class Rackspace.VisualStudio.CloudExplorer.RackspaceProductsNode

Inheritance: AsyncNode, ISerializable, IChildrenNotSerializable
Afficher le fichier Open project: rackerlabs/rax-vsix

Méthodes publiques

Свойство Type Description
parentType System.Type

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RackspaceProductsNode ( ) : System

Méthodes protégées

Méthode Description
CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
RackspaceProductsNode ( SerializationInfo info, StreamingContext context ) : System

Method Details

CreateChildrenAsync() protected méthode

protected CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

RackspaceProductsNode() public méthode

public RackspaceProductsNode ( ) : System
Résultat System

RackspaceProductsNode() protected méthode

protected RackspaceProductsNode ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat 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
Résultat System.Type