Bamboo.Prevalence.VersionMigration.MigrationPlan.GetTypeMapping C# (CSharp) Method

GetTypeMapping() public method

public GetTypeMapping ( Type type ) : TypeMapping
type System.Type
return TypeMapping
		public TypeMapping GetTypeMapping(Type type)
		{
			return _typeMappings[type.FullName];
		}

Usage Example

示例#1
0
 public TypeMapping GetTypeMapping(Type type)
 {
     return(_plan.GetTypeMapping(type));
 }