C# 클래스 Ushahidi.Model.Models.Incident

상속: Common.MVC.Model
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddMedia ( Media media ) : void
AddPhoto ( string imagePath ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
HasCategory ( int categoryID ) : bool
Load ( string filePath ) : Incident
Parse ( string xml ) : Incident
Save ( ) : bool
Save ( string filePath ) : bool
ToString ( ) : string

메소드 상세

AddMedia() 공개 메소드

public AddMedia ( Media media ) : void
media Media
리턴 void

AddPhoto() 공개 메소드

public AddPhoto ( string imagePath ) : void
imagePath string
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HasCategory() 공개 메소드

public HasCategory ( int categoryID ) : bool
categoryID int
리턴 bool

Load() 공개 정적인 메소드

public static Load ( string filePath ) : Incident
filePath string
리턴 Incident

Parse() 공개 정적인 메소드

public static Parse ( string xml ) : Incident
xml string
리턴 Incident

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

Save() 공개 메소드

public Save ( string filePath ) : bool
filePath string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string