Uses of Class
microsoft.dynamics.crm.complex.DependentEntityMetadata
-
Packages that use DependentEntityMetadata Package Description microsoft.dynamics.crm.complex -
-
Uses of DependentEntityMetadata in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type DependentEntityMetadata Modifier and Type Field Description protected List<DependentEntityMetadata>DependentEntityMetadataCollection. dependantEntitiesMethods in microsoft.dynamics.crm.complex that return types with arguments of type DependentEntityMetadata Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DependentEntityMetadata>DependentEntityMetadataCollection. getDependantEntities()com.github.davidmoten.odata.client.CollectionPage<DependentEntityMetadata>DependentEntityMetadataCollection. getDependantEntities(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type DependentEntityMetadata Modifier and Type Method Description DependentEntityMetadataCollection.BuilderDependentEntityMetadataCollection.Builder. dependantEntities(DependentEntityMetadata... dependantEntities)Method parameters in microsoft.dynamics.crm.complex with type arguments of type DependentEntityMetadata Modifier and Type Method Description DependentEntityMetadataCollection.BuilderDependentEntityMetadataCollection.Builder. dependantEntities(List<DependentEntityMetadata> dependantEntities)
-