다음을 통해 공유


Solution 클래스

정의

검색된 문제에 대한 솔루션을 나타내는 클래스입니다.

public class Solution
type Solution = class
Public Class Solution
상속
Solution

생성자

Solution()

Solution 클래스의 새 instance 초기화합니다.

Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>)

Solution 클래스의 새 instance 초기화합니다.

속성

Data

솔루션 데이터를 가져오거나 설정합니다.

Description

솔루션에 대한 설명을 가져오거나 설정합니다.

DisplayName

솔루션의 표시 이름을 가져오거나 설정합니다.

Id

솔루션 ID를 가져오거나 설정합니다.

Metadata

솔루션 메타데이터를 가져오거나 설정합니다.

Order

솔루션의 순서를 가져오거나 설정합니다.

Type

솔루션 유형을 가져오거나 설정합니다. 가능한 값은 'QuickSolution', 'DeepInvestigation', 'BestPractices'입니다.

적용 대상