Uses of Class
microsoft.dynamics.crm.entity.RelationshipMetadataBase
-
Packages that use RelationshipMetadataBase Package Description microsoft.dynamics.crm.entity -
-
Uses of RelationshipMetadataBase in microsoft.dynamics.crm.entity
Subclasses of RelationshipMetadataBase in microsoft.dynamics.crm.entity Modifier and Type Class Description classManyToManyRelationshipMetadataclassOneToManyRelationshipMetadataMethods in microsoft.dynamics.crm.entity that return RelationshipMetadataBase Modifier and Type Method Description RelationshipMetadataBaseRelationshipMetadataBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RelationshipMetadataBaseRelationshipMetadataBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RelationshipMetadataBaseRelationshipMetadataBase. withIntroducedVersion(String introducedVersion)RelationshipMetadataBaseRelationshipMetadataBase. withIsCustomizable(BooleanManagedProperty isCustomizable)RelationshipMetadataBaseRelationshipMetadataBase. withIsCustomRelationship(Boolean isCustomRelationship)RelationshipMetadataBaseRelationshipMetadataBase. withIsManaged(Boolean isManaged)RelationshipMetadataBaseRelationshipMetadataBase. withIsValidForAdvancedFind(Boolean isValidForAdvancedFind)RelationshipMetadataBaseRelationshipMetadataBase. withRelationshipType(RelationshipType relationshipType)RelationshipMetadataBaseRelationshipMetadataBase. withSchemaName(String schemaName)RelationshipMetadataBaseRelationshipMetadataBase. withSecurityTypes(SecurityTypes securityTypes)RelationshipMetadataBaseRelationshipMetadataBase. withUnmappedField(String name, Object value)
-