Uses of Class
microsoft.dynamics.crm.entity.request.PostcommentRequest
-
Packages that use PostcommentRequest Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of PostcommentRequest in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return PostcommentRequest Modifier and Type Method Description PostcommentRequestSystem. postcomments(UUID postcommentid) -
Uses of PostcommentRequest in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return PostcommentRequest Modifier and Type Method Description PostcommentRequestSystemuserCollectionRequest. lk_postcomment_createdby(UUID postcommentid)PostcommentRequestSystemuserCollectionRequest. lk_postcomment_createdonbehalfby(UUID postcommentid)PostcommentRequestOrganizationCollectionRequest. organization_PostComment(UUID postcommentid)PostcommentRequestPostCollectionRequest. post_Comments(UUID postcommentid) -
Uses of PostcommentRequest in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return PostcommentRequest Modifier and Type Method Description PostcommentRequestSystemuserRequest. lk_postcomment_createdby(UUID postcommentid)PostcommentRequestSystemuserRequest. lk_postcomment_createdonbehalfby(UUID postcommentid)PostcommentRequestOrganizationRequest. organization_PostComment(UUID postcommentid)PostcommentRequestPostRequest. post_Comments(UUID postcommentid)
-