C# Class Views.RecordNode

Inheritance: Gtk.TreeNode
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Свойство Type Description
Record Object
categoryId int
parentId int

Méthodes publiques

Méthode Description
DeleteRecord ( ) : void
RecordNode ( Object record, ActiveRecordModel mod ) : System
SaveRecord ( ) : void

Method Details

DeleteRecord() public méthode

public DeleteRecord ( ) : void
Résultat void

RecordNode() public méthode

public RecordNode ( Object record, ActiveRecordModel mod ) : System
record Object
mod Castle.ActiveRecord.Framework.Internal.ActiveRecordModel
Résultat System

SaveRecord() public méthode

public SaveRecord ( ) : void
Résultat void

Property Details

Record public_oe property

public Object Record
Résultat Object

categoryId public_oe property

public int categoryId
Résultat int

parentId public_oe property

public int parentId
Résultat int