C# 클래스 Posh.RemoteContext

파일 보기 프로젝트 열기: vvvv/Posh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SessionName string
Updates List

공개 메소드들

메소드 설명
AddAttributeUpdate ( string ID, string name, object value ) : void
AddContentUpdate ( SvgElement element ) : void
AddElement ( SvgElement element ) : void
AddRemoveElement ( SvgElement element ) : void
ClearAdd ( ) : void
ClearAll ( ) : void
ClearAttributeUpdates ( ) : void
ClearContentUpdates ( ) : void
ClearRemove ( ) : void
GetAddXML ( ) : string
GetAttributeUpdateJson ( ) : string
GetContentUpdateJson ( ) : string
GetRemoveJson ( ) : string
HasAddElements ( ) : bool
HasAttributeUpdates ( ) : bool
HasContentUpdates ( ) : bool
HasRemoveElements ( ) : bool
InsertElementBefore ( SvgElement element, SvgElement sibling ) : void
RemoveAddElementIfExists ( SvgElement element ) : bool
SetSessionID ( string sessionID ) : void

보호된 메소드들

메소드 설명
ExistsAddElement ( SvgElement elem ) : bool
ExistsContentElement ( SvgElement elem ) : bool
ExistsRemoveID ( string id ) : bool

메소드 상세

AddAttributeUpdate() 공개 메소드

public AddAttributeUpdate ( string ID, string name, object value ) : void
ID string
name string
value object
리턴 void

AddContentUpdate() 공개 메소드

public AddContentUpdate ( SvgElement element ) : void
element Svg.SvgElement
리턴 void

AddElement() 공개 메소드

public AddElement ( SvgElement element ) : void
element Svg.SvgElement
리턴 void

AddRemoveElement() 공개 메소드

public AddRemoveElement ( SvgElement element ) : void
element Svg.SvgElement
리턴 void

ClearAdd() 공개 메소드

public ClearAdd ( ) : void
리턴 void

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

ClearAttributeUpdates() 공개 메소드

public ClearAttributeUpdates ( ) : void
리턴 void

ClearContentUpdates() 공개 메소드

public ClearContentUpdates ( ) : void
리턴 void

ClearRemove() 공개 메소드

public ClearRemove ( ) : void
리턴 void

ExistsAddElement() 보호된 메소드

protected ExistsAddElement ( SvgElement elem ) : bool
elem Svg.SvgElement
리턴 bool

ExistsContentElement() 보호된 메소드

protected ExistsContentElement ( SvgElement elem ) : bool
elem Svg.SvgElement
리턴 bool

ExistsRemoveID() 보호된 메소드

protected ExistsRemoveID ( string id ) : bool
id string
리턴 bool

GetAddXML() 공개 메소드

public GetAddXML ( ) : string
리턴 string

GetAttributeUpdateJson() 공개 메소드

public GetAttributeUpdateJson ( ) : string
리턴 string

GetContentUpdateJson() 공개 메소드

public GetContentUpdateJson ( ) : string
리턴 string

GetRemoveJson() 공개 메소드

public GetRemoveJson ( ) : string
리턴 string

HasAddElements() 공개 메소드

public HasAddElements ( ) : bool
리턴 bool

HasAttributeUpdates() 공개 메소드

public HasAttributeUpdates ( ) : bool
리턴 bool

HasContentUpdates() 공개 메소드

public HasContentUpdates ( ) : bool
리턴 bool

HasRemoveElements() 공개 메소드

public HasRemoveElements ( ) : bool
리턴 bool

InsertElementBefore() 공개 메소드

public InsertElementBefore ( SvgElement element, SvgElement sibling ) : void
element Svg.SvgElement
sibling Svg.SvgElement
리턴 void

RemoveAddElementIfExists() 공개 메소드

public RemoveAddElementIfExists ( SvgElement element ) : bool
element Svg.SvgElement
리턴 bool

SetSessionID() 공개 메소드

public SetSessionID ( string sessionID ) : void
sessionID string
리턴 void

프로퍼티 상세

SessionName 공개적으로 프로퍼티

public string SessionName
리턴 string

Updates 공개적으로 프로퍼티

public List Updates
리턴 List