C# 클래스 Rackspace.VisualStudio.CloudExplorer.RackspaceProductsNode

상속: AsyncNode, ISerializable, IChildrenNotSerializable
파일 보기 프로젝트 열기: rackerlabs/rax-vsix

공개 프로퍼티들

프로퍼티 타입 설명
parentType System.Type

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RackspaceProductsNode ( ) : System

보호된 메소드들

메소드 설명
CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
RackspaceProductsNode ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

CreateChildrenAsync() 보호된 메소드

protected CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

GetObjectData() 공개 메소드

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

RackspaceProductsNode() 공개 메소드

public RackspaceProductsNode ( ) : System
리턴 System

RackspaceProductsNode() 보호된 메소드

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

프로퍼티 상세

parentType 공개적으로 정적으로 프로퍼티

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
리턴 System.Type