C# Class NoteEditor.Notes.NoteObject

Inheritance: IDisposable
Datei anzeigen Open project: setchi/NoteEditor Class Usage Examples

Public Properties

Property Type Description
LateUpdateObservable Subject
OnClickObservable Subject
isSelected ReactiveProperty
note Note

Public Methods

Method Description
Dispose ( ) : void
Init ( ) : void
InsertLink ( NotePosition position ) : void
RemoveLink ( ) : void
SetState ( Note note ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( ) : void
return void

InsertLink() public method

public InsertLink ( NotePosition position ) : void
position NotePosition
return void

RemoveLink() public method

public RemoveLink ( ) : void
return void

SetState() public method

public SetState ( Note note ) : void
note Note
return void

Property Details

LateUpdateObservable public_oe property

public Subject LateUpdateObservable
return Subject

OnClickObservable public_oe property

public Subject OnClickObservable
return Subject

isSelected public_oe property

public ReactiveProperty isSelected
return ReactiveProperty

note public_oe property

public Note,NoteEditor.Notes note
return Note