C# 클래스 SRNicoNico.ViewModels.ConfigNGFilterViewModel

상속: ConfigViewModelBase
파일 보기 프로젝트 열기: mrtska/SRNicoNico 1 사용 예제들

공개 메소드들

메소드 설명
AddEmptyNGEntry ( ) : void
AddNGEntry ( NGType type, string content ) : void
ConfigNGFilterViewModel ( ) : System
DeleteNGEntry ( NGCommentEntry target ) : void

메소드 상세

AddEmptyNGEntry() 공개 메소드

public AddEmptyNGEntry ( ) : void
리턴 void

AddNGEntry() 공개 메소드

public AddNGEntry ( NGType type, string content ) : void
type NGType
content string
리턴 void

ConfigNGFilterViewModel() 공개 메소드

public ConfigNGFilterViewModel ( ) : System
리턴 System

DeleteNGEntry() 공개 메소드

public DeleteNGEntry ( NGCommentEntry target ) : void
target SRNicoNico.Models.NicoNicoWrapper.NGCommentEntry
리턴 void