C# Class Felbook.Models.Status

Mostra file Open project: janmarek/Felbook Class Usage Examples

Private Properties

Property Type Description
OnCreatedChanged void
OnCreatedChanging void
OnEventIdChanged void
OnEventIdChanging void
OnIdChanged void
OnIdChanging void
OnTextChanged void
OnTextChanging void

Public Methods

Method Description
CreateStatus ( global id, global text, global created, global eventId ) : Status

Create a new Status object.

Status ( ) : System

Private Methods

Method Description
OnCreatedChanged ( ) : void
OnCreatedChanging ( global value ) : void
OnEventIdChanged ( ) : void
OnEventIdChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnTextChanged ( ) : void
OnTextChanging ( global value ) : void

Method Details

CreateStatus() public static method

Create a new Status object.
public static CreateStatus ( global id, global text, global created, global eventId ) : Status
id global Initial value of the Id property.
text global Initial value of the Text property.
created global Initial value of the Created property.
eventId global Initial value of the EventId property.
return Status

Status() public method

public Status ( ) : System
return System