Click or drag to resize

ReviewVO Class

Review Value Object Class
Inheritance Hierarchy
SystemObject
  SHConnectorReviewVO

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class ReviewVO : IComparable<ReviewVO>, 
	IComparer<ReviewVO>

The ReviewVO type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCameraInfo
리뷰 카메라 정보
Public propertyID
ID
Public propertyParentID
Parent Id
Public propertyPositions
리뷰 위치 좌표
Public propertyReview_Kind
Review Type
Public propertySelect
Is Selected
Public propertyShow
Show / Hide
Public propertyTitle
Title
Public propertyTreeListNode
Tree List Node - GUI Object
Public propertyUserViewSnapshot
사용자 뷰 Snapshot
Top
Methods
  NameDescription
Public methodCompare
Compare
Public methodCompareTo
Compare To
Top
Fields
  NameDescription
Public fieldInfo
리뷰 포인트 정보
Top
See Also