C# 클래스 BookManager.Entities.SiteContent

파일 보기 프로젝트 열기: hiepbh/Assignment 1 사용 예제들

공개 메소드들

메소드 설명
CompanyAddress ( ) : string
CompanyName ( ) : string
ContactEmail ( ) : string
ContactPhone ( ) : string
SetContent ( string CompanyName, string Address, string Phone, string Email ) : void
SiteContent ( string filename ) : System.IO

비공개 메소드들

메소드 설명
LoadContent ( ) : XmlDocument

메소드 상세

CompanyAddress() 공개 메소드

public CompanyAddress ( ) : string
리턴 string

CompanyName() 공개 메소드

public CompanyName ( ) : string
리턴 string

ContactEmail() 공개 메소드

public ContactEmail ( ) : string
리턴 string

ContactPhone() 공개 메소드

public ContactPhone ( ) : string
리턴 string

SetContent() 공개 메소드

public SetContent ( string CompanyName, string Address, string Phone, string Email ) : void
CompanyName string
Address string
Phone string
Email string
리턴 void

SiteContent() 공개 메소드

public SiteContent ( string filename ) : System.IO
filename string
리턴 System.IO