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(String 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(String postcommentid)PostcommentRequestSystemuserCollectionRequest. lk_postcomment_createdonbehalfby(String postcommentid)PostcommentRequestOrganizationCollectionRequest. organization_PostComment(String postcommentid)PostcommentRequestPostCollectionRequest. post_Comments(String 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(String postcommentid)PostcommentRequestSystemuserRequest. lk_postcomment_createdonbehalfby(String postcommentid)PostcommentRequestOrganizationRequest. organization_PostComment(String postcommentid)PostcommentRequestPostRequest. post_Comments(String postcommentid)
-