TechTalk Genome v4.2

GenomePropertyInfo Properties

The properties of the GenomePropertyInfo class are listed below. For a complete list of GenomePropertyInfo class members, see the GenomePropertyInfo Members topic.

Public Instance Properties

AutoId Returns whether the property is a server initialized identity field
CanReadPublic Returns whether the property can be publicly read
CanWritePublic Returns whether the property can be publicly written
DisplayName Returns the display name of the property
GenomePropertyType Returns the genome property type of the property
IsBoolProperty Returns whether the return type of the property is System.Boolean
IsCollectionProperty Returns whether the property represents a Genome collection
IsEnumProperty Returns whether the return type of the property is an Enum type
IsManyToManyCollectionProperty Returns whether the property represents a many-to-many collection
IsNullable Returns whether the property is mapped as nullable
IsOneToManyCollectionProperty Returns whether the property represents a one-to-many collection
IsPrimaryKey Returns whether the property is an identity field
IsReferenceProperty Returns whether the property is a reference property to another persistent type
IsSetProperty Returns whether the return type of the property is TechTalk.Genome.Set
Name Returns the name of the property
OneToManyCollectionParentReferenceName Returns the name of the parent reference if the property is a one-to-many collection property
PersistentElementType Returns the type information for the element type if the element type is persistent
PropertyInfo Returns the underlying System.Reflection.PropertyInfo object
PublicGetMethod Returns the publicly accessible getter method of the property
PublicSetMethod Returns the publicly accessible setter method of the property
ReferencedTypeDataTextFieldProperty Returns the data text field property of the referenced type if the property is a reference property
SetElementType Returns the element type of the property if it is a Set or Collection property
TypeInfo Returns the type information for the type that owns the property

See Also

GenomePropertyInfo Class | TechTalk.Genome.Extensions.Web.Wizard.Dom Namespace