示例#1
0
 public static Industry Map(this IndustryEntity entity)
 {
     return(new Industry
     {
         Id = entity.id,
         Name = entity.displayName,
         ShortName = entity.shortDisplayName,
         UrlName = entity.urlName,
         KeywordExpression = entity.keywordExpression,
         Aliases = new List <string>(),
         UrlAliases = new List <string>(),
     });
 }
示例#2
0
 partial void DeleteIndustryEntity(IndustryEntity instance);
示例#3
0
 partial void UpdateIndustryEntity(IndustryEntity instance);
示例#4
0
 partial void InsertIndustryEntity(IndustryEntity instance);