Exemple #1
0
            public static StatusKey From(Utl.MaterialInformation.UniformInformation info)
            {
                StatusKey status = new StatusKey();

                status.Name        = info.Name;
                status.UniformName = info.UniformName;
                status.Footer      = "TYPE_U" + info.Type;
                return(status);
            }
 public string CreateKey(Utl.MaterialInformation.UniformInformation info)
 {
     return(info.Name + "@U" + info.Type);
 }