C# 클래스 Hobsons.WebApiHelpers.Interfaces.BaseClasses.Resource

The resource contains a collection of links.
파일 보기 프로젝트 열기: HobsonsEMSTechnology/WebApiHelpers

공개 메소드들

메소드 설명
AddLink ( Link link ) : void

Add link.

보호된 메소드들

메소드 설명
Resource ( ) : System.Collections.Generic

Initialises a new instance of the Resource class.

메소드 상세

AddLink() 공개 메소드

Add link.
public AddLink ( Link link ) : void
link Link /// The link to be added. ///
리턴 void

Resource() 보호된 메소드

Initialises a new instance of the Resource class.
protected Resource ( ) : System.Collections.Generic
리턴 System.Collections.Generic