C# Class Posh.RemoteContext

Mostrar archivo Open project: vvvv/Posh Class Usage Examples

Public Properties

Property Type Description
SessionName string
Updates List

Public Methods

Method Description
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

Protected Methods

Method Description
ExistsAddElement ( SvgElement elem ) : bool
ExistsContentElement ( SvgElement elem ) : bool
ExistsRemoveID ( string id ) : bool

Method Details

AddAttributeUpdate() public method

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

AddContentUpdate() public method

public AddContentUpdate ( SvgElement element ) : void
element Svg.SvgElement
return void

AddElement() public method

public AddElement ( SvgElement element ) : void
element Svg.SvgElement
return void

AddRemoveElement() public method

public AddRemoveElement ( SvgElement element ) : void
element Svg.SvgElement
return void

ClearAdd() public method

public ClearAdd ( ) : void
return void

ClearAll() public method

public ClearAll ( ) : void
return void

ClearAttributeUpdates() public method

public ClearAttributeUpdates ( ) : void
return void

ClearContentUpdates() public method

public ClearContentUpdates ( ) : void
return void

ClearRemove() public method

public ClearRemove ( ) : void
return void

ExistsAddElement() protected method

protected ExistsAddElement ( SvgElement elem ) : bool
elem Svg.SvgElement
return bool

ExistsContentElement() protected method

protected ExistsContentElement ( SvgElement elem ) : bool
elem Svg.SvgElement
return bool

ExistsRemoveID() protected method

protected ExistsRemoveID ( string id ) : bool
id string
return bool

GetAddXML() public method

public GetAddXML ( ) : string
return string

GetAttributeUpdateJson() public method

public GetAttributeUpdateJson ( ) : string
return string

GetContentUpdateJson() public method

public GetContentUpdateJson ( ) : string
return string

GetRemoveJson() public method

public GetRemoveJson ( ) : string
return string

HasAddElements() public method

public HasAddElements ( ) : bool
return bool

HasAttributeUpdates() public method

public HasAttributeUpdates ( ) : bool
return bool

HasContentUpdates() public method

public HasContentUpdates ( ) : bool
return bool

HasRemoveElements() public method

public HasRemoveElements ( ) : bool
return bool

InsertElementBefore() public method

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

RemoveAddElementIfExists() public method

public RemoveAddElementIfExists ( SvgElement element ) : bool
element Svg.SvgElement
return bool

SetSessionID() public method

public SetSessionID ( string sessionID ) : void
sessionID string
return void

Property Details

SessionName public_oe property

public string SessionName
return string

Updates public_oe property

public List Updates
return List