C# 클래스 ZuneSocialTagger.Core.IO.BaseZuneTagContainer

상속: IZuneTagContainer
파일 보기 프로젝트 열기: leetreveil/Zune-Social-Tagger

공개 메소드들

메소드 설명
AddZuneAttribute ( ZuneSocialTagger.Core.IO.ZuneAttribute zuneAttribute ) : void
Dispose ( ) : void
RemoveZuneAttribute ( string name ) : void
UpdateMetaData ( MetaData metaData ) : void
WriteToFile ( ) : void

보호된 메소드들

메소드 설명
BaseZuneTagContainer ( File file ) : System

메소드 상세

AddZuneAttribute() 공개 추상적인 메소드

public abstract AddZuneAttribute ( ZuneSocialTagger.Core.IO.ZuneAttribute zuneAttribute ) : void
zuneAttribute ZuneSocialTagger.Core.IO.ZuneAttribute
리턴 void

BaseZuneTagContainer() 보호된 메소드

protected BaseZuneTagContainer ( File file ) : System
file TagLib.File
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RemoveZuneAttribute() 공개 추상적인 메소드

public abstract RemoveZuneAttribute ( string name ) : void
name string
리턴 void

UpdateMetaData() 공개 메소드

public UpdateMetaData ( MetaData metaData ) : void
metaData MetaData
리턴 void

WriteToFile() 공개 메소드

public WriteToFile ( ) : void
리턴 void