C# 클래스 RightScale.netClient.Link

Link object is defined by a href, rel(name) and a reference to where this link is inherited from.
파일 보기 프로젝트 열기: rs-services/RightScaleNetAPI

공개 메소드들

메소드 설명
Link ( ) : System

Default constructor for building new links

Link ( string relVal, string hrefVal ) : System

Constructor designed to take a rel and href value and build a corresponding instance of a Link object

Link ( string relVal, string hrefVal, string inheritedSourceVal ) : System

Constructor designed to take a rel, href and inherited source value and build a corresponding instance of a Link object

메소드 상세

Link() 공개 메소드

Default constructor for building new links
public Link ( ) : System
리턴 System

Link() 공개 메소드

Constructor designed to take a rel and href value and build a corresponding instance of a Link object
public Link ( string relVal, string hrefVal ) : System
relVal string value to assign to rel property
hrefVal string value to assign to href property
리턴 System

Link() 공개 메소드

Constructor designed to take a rel, href and inherited source value and build a corresponding instance of a Link object
public Link ( string relVal, string hrefVal, string inheritedSourceVal ) : System
relVal string value to assign to rel property
hrefVal string value to assign to href property
inheritedSourceVal string value to assign to inherited_source property
리턴 System