Skip to content

Instantly share code, notes, and snippets.

@Jeavon
Created October 30, 2014 20:00
Show Gist options
  • Save Jeavon/f50957baa96906a7e59c to your computer and use it in GitHub Desktop.
Save Jeavon/f50957baa96906a7e59c to your computer and use it in GitHub Desktop.
Bind PVC by DataTypeId
public bool IsConverter(PublishedPropertyType propertyType)
{
return propertyType.DataTypeId == 1234;
}
@kgiszewski
Copy link

Spot on.

@jbreuer
Copy link

jbreuer commented Oct 30, 2014

Great example!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment