Example #1
0
 public CodeGenerationType GetTypeForOptionSet(Microsoft.Xrm.Sdk.Metadata.EntityMetadata entityMetadata, Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase optionSetMetadata, IServiceProvider services)
 {
     return(GetTypeForOptionSetInternal(entityMetadata, optionSetMetadata, services));
 }
Example #2
0
 protected virtual CodeGenerationType GetTypeForOptionSetInternal(Microsoft.Xrm.Sdk.Metadata.EntityMetadata entityMetadata, Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase optionSetMetadata, IServiceProvider services)
 {
     return(DefaultService.GetTypeForOptionSet(entityMetadata, optionSetMetadata, services));
 }