Home
last modified time | relevance | path

Searched refs:m_relationshipType (Results 1 – 7 of 7) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/source/model/
H A DAssetRelationshipSummary.cpp23 m_relationshipType(AssetRelationshipType::NOT_SET), in AssetRelationshipSummary()
30 m_relationshipType(AssetRelationshipType::NOT_SET), in AssetRelationshipSummary()
47m_relationshipType = AssetRelationshipTypeMapper::GetAssetRelationshipTypeForName(jsonValue.GetStr… in operator =()
67 …lationshipType", AssetRelationshipTypeMapper::GetNameForAssetRelationshipType(m_relationshipType)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/model/
H A DAssetRelationshipSummary.h86 inline const AssetRelationshipType& GetRelationshipType() const{ return m_relationshipType; } in GetRelationshipType()
104 … AssetRelationshipType& value) { m_relationshipTypeHasBeenSet = true; m_relationshipType = value; } in SetRelationshipType()
113 …etRelationshipType&& value) { m_relationshipTypeHasBeenSet = true; m_relationshipType = std::move(… in SetRelationshipType()
138 AssetRelationshipType m_relationshipType; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehendmedical/source/model/
H A DAttribute.cpp28 m_relationshipType(RelationshipType::NOT_SET), in Attribute()
50 m_relationshipType(RelationshipType::NOT_SET), in Attribute()
91m_relationshipType = RelationshipTypeMapper::GetRelationshipTypeForName(jsonValue.GetString("Relat… in operator =()
167 …String("RelationshipType", RelationshipTypeMapper::GetNameForRelationshipType(m_relationshipType)); in Jsonize()
H A DICD10CMAttribute.cpp38 m_relationshipType(ICD10CMRelationshipType::NOT_SET), in ICD10CMAttribute()
60 m_relationshipType(ICD10CMRelationshipType::NOT_SET), in ICD10CMAttribute()
136m_relationshipType = ICD10CMRelationshipTypeMapper::GetICD10CMRelationshipTypeForName(jsonValue.Ge… in operator =()
207 …onshipType", ICD10CMRelationshipTypeMapper::GetNameForICD10CMRelationshipType(m_relationshipType)); in Jsonize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/InternalTrees/
H A DRelPropertyHelper.cs36 private readonly RelationshipType m_relationshipType; field in System.Data.Query.InternalTrees.RelProperty
44 m_relationshipType = relationshipType; in RelProperty()
54 public RelationshipType Relationship { get { return m_relationshipType; } }
96 return m_relationshipType.ToString() + ":" + in ToString()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehendmedical/include/aws/comprehendmedical/model/
H A DAttribute.h135 inline const RelationshipType& GetRelationshipType() const{ return m_relationshipType; } in GetRelationshipType()
149 …const RelationshipType& value) { m_relationshipTypeHasBeenSet = true; m_relationshipType = value; } in SetRelationshipType()
156 …e(RelationshipType&& value) { m_relationshipTypeHasBeenSet = true; m_relationshipType = std::move(… in SetRelationshipType()
375 RelationshipType m_relationshipType; variable
H A DICD10CMAttribute.h351 inline const ICD10CMRelationshipType& GetRelationshipType() const{ return m_relationshipType; } in GetRelationshipType()
365 …CD10CMRelationshipType& value) { m_relationshipTypeHasBeenSet = true; m_relationshipType = value; } in SetRelationshipType()
372 …CMRelationshipType&& value) { m_relationshipTypeHasBeenSet = true; m_relationshipType = std::move(… in SetRelationshipType()
417 ICD10CMRelationshipType m_relationshipType; variable