Class ResultOnMember
- Namespace
 - IdeaRS.OpenModel.Result
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Result of the member
[Obfuscation(Feature = "renaming")]
public class ResultOnMemberInheritance
Inherited Members
Constructors
ResultOnMember()
Constructor
public ResultOnMember()ResultOnMember(Member, ResultType)
Constructor
public ResultOnMember(Member member, ResultType resultType)Parameters
memberMember- 
Member
 resultTypeResultType- 
Type of result
 
Properties
LocalSystemType
Type of local system of result
public ResultLocalSystemType LocalSystemType { get; set; }Property Value
Member
Member
public Member Member { get; set; }Property Value
ResultType
Type of result
public ResultType ResultType { get; set; }Property Value
Results
List of result
public List<ResultBase> Results { get; set; }