C# 클래스 SobekCM.Core.BriefItem.BriefItem_DescTermValue

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_URI ( string URI ) : void

Add a single URI to this value

BriefItem_DescTermValue ( ) : System

Constructor for a new instance of the BriefItem_DescTermValue class

BriefItem_DescTermValue ( string Value ) : System

Constructor for a new instance of the BriefItem_DescTermValue class

메소드 상세

Add_URI() 공개 메소드

Add a single URI to this value
public Add_URI ( string URI ) : void
URI string URI to add
리턴 void

BriefItem_DescTermValue() 공개 메소드

Constructor for a new instance of the BriefItem_DescTermValue class
public BriefItem_DescTermValue ( ) : System
리턴 System

BriefItem_DescTermValue() 공개 메소드

Constructor for a new instance of the BriefItem_DescTermValue class
public BriefItem_DescTermValue ( string Value ) : System
Value string String version of this single value for a metadata term/typeString version of this single value for a metadata term/type
리턴 System